docker 설정 nginx

677 단어
nginx 미 러
docker pull nginx

폴 더 만 들 기
[root@ip-172-31-20-91 ~]# cd /opt/
[root@ip-172-31-20-91 opt]# mkdir docker_nginx
[root@ip-172-31-20-91 opt]# cd docker_nginx
[root@ip-172-31-20-91 opt]# chmod  777  docker_nginx

시동 을 걸다

docker run   --name aillo-nginx  -p 443:443  -p 80:80  -d  nginx
  • 맵 포트 443, https 요청
  • 맵 포트 80, http 요청 에 사용;
  • nginx 의 기본 홈 페이지 html 의 저장 디 렉 터 리 가 호스트 data 디 렉 터 리 에 매 핑 됩 니 다: / opt / dockernginx/data/
  • nginx 의 설정 파일 이 호스트 파일 에 비 추어 집 니 다: / opt / dockernginx/config/nginx.conf

  • 참고:https://www.jianshu.com/p/5f9bd492f186

    좋은 웹페이지 즐겨찾기