瀏覽代碼

base: update README

Saúl Ibarra Corretgé 7 年之前
父節點
當前提交
67243fbdcb
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      base/README.md

+ 6 - 1
base/README.md

@@ -5,7 +5,12 @@ image is used as the base for all the containers composing a Jitsi Meet installa
 
 
 ## Usage
 ## 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
 ### Parameters