You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker image ls # docker imageの一覧を表示
REPOSITORY TAG IMAGE ID CREATED SIZE
<none><none> a086e6cb87f0 40 seconds ago 800MB
test-image v1 806faed5d0a8 About an hour ago 800MB
Dockerイメージを使って、作成実行
# docker container run [options] イメージ名:[タグ名]
docker container run --name {コンテナ名} -it {image名} /bin/bash
docker container run --name test-container1 -it test-image:v1 /bin/bash
root@71fdfe8dfb61:/# cat /etc/issue
Ubuntu 18.04.6 LTS \n\l