Problem description
prepare and document a bash script which given an image name downgrades it to a previous known version.
Implementation details
Script could take the version from dockerhub:
https://cloud.docker.com/u/district0x/repository/docker/district0x/memefactory-server
or use
docker-history <image-name>
Problem description
prepare and document a bash script which given an image name downgrades it to a previous known version.
Implementation details
Script could take the version from dockerhub:
https://cloud.docker.com/u/district0x/repository/docker/district0x/memefactory-server
or use
docker-history <image-name>