pandastrike / p42

CLI that simplifies the use of Docker Machine, Swarm, and Compose
ISC License
10 stars 0 forks source link

docker image tagging - unique tags #29

Open dyoder opened 8 years ago

dyoder commented 8 years ago

Using 'latest' means you have to first shut down running instances to pull.

(So an alternative to a tagging strategy, I suppose, would be to build, then shutdown, pull, and start. But it would be faster to stop/start without the pull.)

dyoder commented 8 years ago

Okay, I'm not sure this is necessary any more. I'm pretty sure I can now build, pull, stop, and start. I think the problem was that I wasn't authenticating and pulling on each node individually.