Dockerコマンド | 詳細 |
---|---|
Docker ps | 起動中のDockerコンテナ一覧を表示 |
Docker ps -a | 起動の有無に関わらずコンテナ一覧を表示 |
Docker images | Dockerイメージの一覧を表示 |
Docker pull | Docker hubからイメージを取得 |
Docker save | Dockerイメージをファイルに変換 |
Docker run | Dockerコンテナの起動 |
Docker search | Docker Hub のイメージを検索 |
Docker exec | Dockerコンテナ内でコマンド実行 |
Docker start | Dockerコンテナの起動 |
Docker stop | Dockerコンテナの停止 |
Docker commit | Dockerコンテナのイメージ化 |
Docker rm | Dockerコンテナの削除 |
Docker rmi | Dockerイメージの削除 |
Docker cp | Dockerコンテナとホスト間でファイルをコピー |
Docker save | Dockerイメージをファイルに変換 |
Docker load | ファイルからDockerイメージを抽出 |
More than 3 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme