Skip to content

v1.0.5 - added running container image upgrade method

Compare
Choose a tag to compare
@igorrendulic igorrendulic released this 27 Oct 23:22
· 4 commits to master since this release

Added method for replacing a running container with newer image version

The newer image must exist and be pulled on local disk before running the new method:

ContainerReplace(containerID string, image string, tag string)

where image is the new image name
and tag is the new version of the image