Answers for "docker rebuild single container"

0

docker rebuild single container

# this will only build a single container, instead of rebuilding all the containers
docker compose build <service_name>
docker compose up
Posted by: Guest on May-12-2021

Browse Popular Code Answers by Language