Skip to content

Docker

docker

Docker - Build, Ship, and Run Any App, Anywhere

Boot2Docker

Dockership

  • Dockership
    Dockership is a tool for easily deploying Docker containers to one or multiple Docker servers.

TIPS

イメージ名でコンテナを停止

すべてのコンテナを削除

docker rm `docker ps -a -q`

イメージの削除

docker rmi $(docker images | awk '/^<none>/ { print $3 }')

Clean

Tips articles

$ docker system prune --help

Usage:  docker system prune [OPTIONS]

Remove unused data

Options:
  -a, --all     Remove all unused images not just dangling ones
  -f, --force   Do not prompt for confirmation
      --help    Print usages

News

Introduction

Tutorial

Dockerfile

まとめ

Registry

Mac

Windows