Update README.md
This commit is contained in:
parent
6acfaecb24
commit
8d09f7a0e0
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
||||||
# goStatic
|
# goStatic
|
||||||
A really small static web server for Docker
|
A really small static web server for Docker
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
[](https://imagelayers.io/?images=pierrezemb/gostatic:latest 'Get your own badge on imagelayers.io')
|
[](https://imagelayers.io/?images=pierrezemb/gostatic:latest 'Get your own badge on imagelayers.io')
|
||||||
[](https://godoc.org/github.com/PierreZ/goStatic)
|
[](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.
|
||||||
|
|
Loading…
Reference in a new issue