Etc

docker-compose image update

venustas 2021. 10. 7. 00:32

1. image pull

docker-compose pull

2. container rebuild

docker-compose up --force-recreate --build -d

3. delete old image

docker image prune -f