Search Docker Hub
nginx
By 3dpro
Nginx Stable with Debian Stable
2.3K
docker build -t nginx:latest .
docker run -d -p 8080:80 -p 4433:443 -h nginx --name nginx nginx:latest
Content type
Image
Digest
sha256:beae77444…
Size
190.2 MB
Last updated
almost 2 years ago
docker pull 3dpro/nginx