Lightweight alpine docker image that runs nginx.
See full tags list.
Each docker image tag points to a specific Nginx Alpine version.
docker pullYou 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 buildYou 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 runTo jump into the container's bash shell
docker run -it minddocdev/nginx-alpine /bin/sh
Content type
Image
Digest
Size
27.2 MB
Last updated
about 6 years ago
docker pull minddocdev/nginx-alpine