Sign inSign up

minddocdev/nginx-alpine

By minddocdev

Updated about 6 years ago

Image
0

10K+

minddocdev/nginx-alpine repository overview

nginx-alpine

Lightweight alpine docker image that runs nginx.

Version specification

See full tags list.

Each docker image tag points to a specific Nginx Alpine version.

Git TagNginx VersionDocker Tags
1.17.31.17.31.17.3
1.16.01.16.01.16.0, latest

Docker Hub

docker pull

You can pull the image from Docker Hub using the docker pull minddocdev/nginx-alpine command. We use automated build set up.

docker pull minddocdev/nginx-alpine
docker build

You can also build the image yourself. Checkout the repository

git clone https://github.com/minddocdev/nginx-alpine
cd nginx-alpine
docker build -t minddocdev/nginx-alpine .
docker run

To jump into the container's bash shell

docker run -it minddocdev/nginx-alpine /bin/sh

Tag summary

Content type

Image

Digest

Size

27.2 MB

Last updated

about 6 years ago

docker pull minddocdev/nginx-alpine