| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

差分

ナビゲーションに移動 検索に移動
91 バイト追加 、 2021年5月26日 (水) 13:25
docker commit -m "What you did to the image" -a "Author Name" container_id repository/new_image_name
</pre>
====ログを確認====
* -f でウォッチ
<pre>
$ docker logs ${コンテナID}
</pre>
 
====DockerイメージをDockerリポジトリにプッシュ====
*Docker Hubにログイン

案内メニュー