📜  docker 重建单个容器 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:24.737000             🧑  作者: Mango

代码示例1
# this will only build a single container, instead of rebuilding all the containers
docker compose build 
docker compose up