issues
search
litl
/
galaxy
Docker Micro-PaaS
MIT License
119
stars
19
forks
source link
Don't fail on VersionID mismatch
#277
Closed
jbardin
closed
8 years ago
jbardin
commented
8 years ago
If the registry isn't returning the same image that galaxy thinks should be running, then it's more likely that galaxy is running the wrong image.
Remove the VersionID check from runtime.Stop so we can still stop any containers that may not have the right VersionID.
Turn the fatal error in commander into a warning when the version don't match, so that the current image can be deployed.
joeshaw
commented
8 years ago
:+1: