|
|
|
|
|
by hippiefahrzeug
4270 days ago
|
|
One thing I'd like to point out are OS upgrades, security patches or generally package updates. With docker I just rebuild a new image using the latest ubuntu image (they are updated very frequently), deploy the app, test and then push the new image to production. Upgrading the host OS also is much less of a problem because far fewer packages are installed (i.e. it's just docker and the base install). |
|
And out of curiosity: is your testing of new images automated?