Update README.md

This commit is contained in:
Pierre Zemb 2015-08-04 11:29:50 +02:00
parent 6acfaecb24
commit 8d09f7a0e0

View file

@ -1,8 +1,6 @@
# goStatic # goStatic
A really small static web server for Docker A really small static web server for Docker
![DockerHub](http://dockeri.co/image/pierrezemb/gostatic)
[![](https://badge.imagelayers.io/pierrezemb/gostatic:latest.svg)](https://imagelayers.io/?images=pierrezemb/gostatic:latest 'Get your own badge on imagelayers.io') [![](https://badge.imagelayers.io/pierrezemb/gostatic:latest.svg)](https://imagelayers.io/?images=pierrezemb/gostatic:latest 'Get your own badge on imagelayers.io')
[![GoDoc](https://godoc.org/github.com/PierreZ/goStatic?status.svg)](https://godoc.org/github.com/PierreZ/goStatic) [![GoDoc](https://godoc.org/github.com/PierreZ/goStatic?status.svg)](https://godoc.org/github.com/PierreZ/goStatic)
@ -49,4 +47,4 @@ I'm also using the centurylink/ca-certs image instead of the scratch image to av
x509: failed to load system roots and no roots provided x509: failed to load system roots and no roots provided
``` ```
The centurylink/ca-certs image is simply the scratch image with the most common root CA certificates pre-installed. The resulting image is only 258 kB which is still a good starting point for creating your own minimal images. The centurylink/ca-certs image is simply the scratch image with the most common root CA certificates pre-installed. The resulting image is only 258 kB which is still a good starting point for creating your own minimal images.