-
[nginx][Docker] nginx 웹서버 설치하기Linux/Tools 2024. 8. 8. 15:50
https://hub.docker.com/_/nginx/
1. 이미지 가져오기
docker pull nginx
2. 컨테이너 실행하기
$ docker run --name some-nginx -v /some/content:/usr/share/nginx/html:ro -d nginx
https://hub.docker.com/_/nginx/
1. 이미지 가져오기
docker pull nginx
2. 컨테이너 실행하기
$ docker run --name some-nginx -v /some/content:/usr/share/nginx/html:ro -d nginx