Skip to content

Commit a3142ff

Browse files
committed
docs: link to docker hub in image badges
1 parent 92d8515 commit a3142ff

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
# Docker static webserver
22

3-
<!-- MANPAGE: BEGIN EXCLUDED SECTION -->
43
<div align="center">
54

65
[![Docker Pulls](https://img.shields.io/docker/pulls/nstapelbroek/static-webserver.svg?style=for-the-badge)](https://hub.docker.com/r/nstapelbroek/static-webserver/tags/)
7-
![Docker Image Size (tag)](https://img.shields.io/docker/image-size/nstapelbroek/static-webserver/latest?style=for-the-badge)
8-
![Docker Image Version](https://img.shields.io/docker/v/nstapelbroek/static-webserver.svg?style=for-the-badge)
6+
[![Docker Image Size (tag)](https://img.shields.io/docker/image-size/nstapelbroek/static-webserver/latest?style=for-the-badge)](https://hub.docker.com/r/nstapelbroek/static-webserver/tags/)
7+
[![Docker Image Version](https://img.shields.io/docker/v/nstapelbroek/static-webserver.svg?style=for-the-badge)](https://hub.docker.com/r/nstapelbroek/static-webserver/tags/)
98

109
</div>
1110

1211
A simple nginx docker image that has the ability to insert environment variables. Created so I could re-use an image between prod and staging environments for my frontend builds.
1312
It replaces environment variables on container startup, so you don´t have to rebuild your Docker image or use a server-side language to change some settings.
1413

15-
<!-- MANPAGE: BEGIN EXCLUDED SECTION -->
1614
* [Usage](#usage)
1715
* [Dockerfile example](#dockerfile-example)
1816
* [Using environment variables](#using-environment-variables)
@@ -22,7 +20,6 @@ It replaces environment variables on container startup, so you don´t have to re
2220
* [License](#license)
2321
* [Acknowledgments](#acknowledgments)
2422

25-
<!-- MANPAGE: END EXCLUDED SECTION -->
2623
## Dockerfile example
2724

2825
This repository generates the images available on the [Docker hub](https://hub.docker.com/r/nstapelbroek/static-webserver/tags).

0 commit comments

Comments
 (0)