Minimalist Nginx image based on Alpine linux (6 MB)
Create a Dockerfile in your project
FROM coopermaa/alpine-nginx:1.6-onbuild
Build and run the Docker image:
$ docker build -t my-website .
$ docker run -d my-website
Then point your browser at http://localhost/.
Clone your or someone else's repository:
$ git clone --depth 1 -b gh-pages https://github.com/rogerdudler/git-guide
$ cd git-guide
Create a Dockerfile in the cloned repo:
FROM coopermaa/alpine-nginx:1.6-onbuild
Build and run the Docker image:
$ docker build -t git-guide .
$ docker run -d git-guide
Then point your browser at http://localhost/ to view the git-guide offline.
Content type
Image
Digest
sha256:728e4b696…
Size
2.7 MB
Last updated
about 11 years ago
docker pull coopermaa/alpine-nginx