We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
第190、191页,运行一个新容器,docker run --name 容器名 -d -p 内部端口:外部端口 镜像名;应该是 外部端口在前,内部端口在后,-p 外部端口:内部端口。docker run 文档
docker run --name 容器名 -d -p 内部端口:外部端口 镜像名
-p 外部端口:内部端口
第191页,倒数第9行,localhsot ->localhost。
localhsot
localhost
The text was updated successfully, but these errors were encountered:
谢谢提醒!更贴切的描述应该为:宿主端口:容器端口 下次印刷更改过来。
Sorry, something went wrong.
No branches or pull requests
docker容器的运行
第190、191页,运行一个新容器,
docker run --name 容器名 -d -p 内部端口:外部端口 镜像名
;应该是 外部端口在前,内部端口在后,-p 外部端口:内部端口
。docker run 文档文字错误
第191页,倒数第9行,
localhsot
->localhost
。The text was updated successfully, but these errors were encountered: