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
docker容器 1.第一次启动容器成功运行 docker run -d -p 8000:80 -v /opt/data:/data ysrc/xunfeng:latest 2.关闭虚拟机,再次docker start 容器id或者restart也不行 3.查看运行容器已经up,但是映射的ip访问不了了
The text was updated successfully, but these errors were encountered:
端口不对吧
Sorry, something went wrong.
No branches or pull requests
docker容器
1.第一次启动容器成功运行 docker run -d -p 8000:80 -v /opt/data:/data ysrc/xunfeng:latest
2.关闭虚拟机,再次docker start 容器id或者restart也不行
3.查看运行容器已经up,但是映射的ip访问不了了
The text was updated successfully, but these errors were encountered: