会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
kimiandkevin
博客园
首页
新随笔
联系
订阅
管理
2021年4月3日
docker部署nginx
摘要: docker上启动nginx,并配置修改nginx的配置文件1.使用docker下载nginx 镜像 docker pull nginx 2.启动nginx: docker run --name nginx -p 80:80 -d nginx 这样就简单的把nginx启动了,但是我们想要改变配置文件
阅读全文
posted @ 2021-04-03 14:48 kimiandkevin
阅读(544)
评论(0)
推荐(0)
编辑
公告