From 67243fbdcb12117f0289898a1bfe1b3a76354eaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Sun, 18 Mar 2018 08:45:18 +0100 Subject: [PATCH] base: update README --- base/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/base/README.md b/base/README.md index a1186e8..a14634c 100644 --- a/base/README.md +++ b/base/README.md @@ -5,7 +5,12 @@ image is used as the base for all the containers composing a Jitsi Meet installa ## Usage -See the [S6 Overlay Documentation](https://github.com/just-containers/s6-overlay) for details on how to manage services. +``` +docker run -it --rm \ + -e TZ=Europe/Amsterdam \ + jitsi/base \ + /bin/bash +``` ### Parameters