Im using the Google Container OS on Compute Engine, and Im using the web UI to start a single container.
How do I restart the container with the same env and flags when I have pushed a new image?
I can SSH into the machine and pull the new image, but when I docker restart
it uses the old image.
If I just re-run the new image I am missing the env and flags.
How do I run the new image with the env and flags provided in the web console without a reboot?
Thanks