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
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