toscanini / maestro

Container orchestration for Docker environments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start doesn't properly update env vars

kstaken opened this issue · comments

When you restart the full environment and a container get a new IP start doesn't properly update the env vars handed to dependent containers.

Fixing this will require docker start to be changed to allow specifying new env vars. As it stands env vars can only be provided at container creation time.