Fix docker repository source of minideb

This commit is contained in:
Niclas Mietz
2016-12-27 14:23:58 +01:00
committed by GitHub
parent daeaab7326
commit fd3168d234
+3 -3
View File
@@ -47,11 +47,11 @@ Docker
You can use the image directly, e.g.
$ docker run --rm -it minideb:latest
$ docker run --rm -it bitnami/minideb:latest
There are tags for the different Debian releases.
$ docker run --rm -it minideb:jessie
$ docker run --rm -it bitnami/minideb:jessie
The images are built daily and have the security release enabled,
so will contain any security updates released more than 24 hours
@@ -59,7 +59,7 @@ ago.
You can also use the images as a base for your own `Dockerfile`:
FROM minideb:jessie
FROM bitnami/minideb:jessie
Building
--------