Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 278 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 278 Bytes

nginx-on-docker

nginx部署在docker里面

使用方法

1.切换root用户

sudo -i

2.安装curl

###centos 执行

yum -y install curl

###debian、ubuntu执行

apt -y install curl

执行脚本

curl https://a34546.github.io/nginx-on-docker/main.sh | bash