Update a docker container

Grab the updated image : docker-compose pull

Down the container : docker-compose down

Up the container with the new image : docker-compose up -d

Free the space taken by unused images : docker image prune -a


MG1

docker

36 Words

2023-06-09 15:17 +0200

.