We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
//imageのそのままの取得 docker pull centos:centos7 //imageの確認 docker images //imageの起動(コンテナ名付き) docker run -it -d --name centos7 centos:centos7 //docker desktopのUIからでも起動できるが、portのbind, networkの設定などの細かい設定はコマンドでしかできない //containerにログイン docker exec -it centos7 /bin/sh
There was an error while loading. Please reload this page.