- Based on Camil nginx files https://hub.docker.com/r/camil/nginx/
- Based on nginx official image nginx
git clone [email protected]:fredpalas/docker-nginx.git
cd ./docker-nginx
docker build --rm -t fredpalas/nginx .
docker pull fredpalas/nginx
docker run --rm -d -p 80:80 -p 443:443 fredpalas/nginx