docker_container2(host)
Posted zxy01
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了docker_container2(host)相关的知识,希望对你有一定的参考价值。
加入host:
docker run --name my_html6 -d --network host -v $PWD/index.html:/usr/share/nginx/html/index.html -P nginx:latest
以上是关于docker_container2(host)的主要内容,如果未能解决你的问题,请参考以下文章
HTTPConnectionPool(host='xx.xx.xx.xx', port=xx): Max retries exceeded with url:(Caused by Co