10
docker system prune-af
WARNING! This will remove:
- all stopped containers
- all volumes not used by at least one container
- all networks not used by at least one container
- all dangling imagesAre you sure you want to continue? [y/N] y
※ Docker 1.13(17.03以降)
14
“Docker allows youto package an application
with all of its dependencies into a standardized
unit for software development.”
www.docker.com
14
全ての依存関係をパッケージ化して、コンテナとして動かす
“Docker allows youto package an application
with all of its dependencies into a standardized
unit for software development.”
www.docker.com
36
全ての依存関係をパッケージ化して、コンテナとして動かす
70
$ docker stackdeploy -c docker-compose.yml web
Creating service web_web
$ docker stack ps web
ID NAME IMAGE NODE DESIRED STATE CURRENT STATE
ERROR PORTS
uhm1xxq1u70w web_web.1 zembutsu/docker-sample-nginx:latest frontend-01 Running Running 45
seconds ago
ccmokdadpjqx web_web.2 zembutsu/docker-sample-nginx:latest frontend-02 Running Running 28
seconds ago
cflckriidpt0 web_web.3 zembutsu/docker-sample-nginx:latest frontend-03 Running Running 33
seconds ago
$ docker stack services web
ID NAME MODE REPLICAS IMAGE PORTS
yunncblhngu6 web_web replicated 3/3 zembutsu/docker-sample-nginx:latest *:80->80/tcp
= docker service ps web
= docker service ls