From 2e0a25632c17742be376760760d306a2b4b5b5c6 Mon Sep 17 00:00:00 2001 From: Alfonso Montero Date: Mon, 18 Jun 2018 23:59:31 +0200 Subject: [PATCH] Docker image documenting (#41) * Docker sample conf: minor comment improvements. * Add public Docker image to docs (followup to #39). --- README.md | 3 +++ udpt.docker.conf | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b354b42..7022f60 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,9 @@ but releases don't get updated as often as the master branch... You should note that the default configuration does not use a persistent database. +### Docker image +There is an official [UDPT Docker image](https://hub.docker.com/r/naim94a/udpt/) on Docker Hub, built from source automatically on each commit using an [Automated Build](https://docs.docker.com/docker-hub/builds/). + ### Links * UDPT's documentation can be found in the docs directory, or the rendered version at [naim94a.github.io/udpt](https://naim94a.github.io/udpt). * If you have any suggestions or find any bugs, please report them here: https://github.com/naim94a/udpt/issues diff --git a/udpt.docker.conf b/udpt.docker.conf index 93901ae..405cc84 100644 --- a/udpt.docker.conf +++ b/udpt.docker.conf @@ -1,5 +1,5 @@ # This is a sample configuration file that can -# be used with docker. +# be used with Docker. [db] driver=sqlite3 @@ -19,8 +19,8 @@ enable=yes port=8081 # WARNING: This shouldn't be exposed to untrusted users! -# The following is only safe if used with docker (where docker only exposes to -# 127.0.0.1) +# The following is only safe if used within Docker containers +# (where Docker only exposes to 127.0.0.1) iface=0.0.0.0 [logging]