doc: updated README

This commit is contained in:
Saúl Ibarra Corretgé
2018-06-25 08:13:45 +02:00
parent 50863f3ea2
commit 630ed5cf36
3 changed files with 36 additions and 28 deletions

View File

@@ -1,20 +0,0 @@
# jitsi/base
This is a base Debian image with the [S6 Overlay](https://github.com/just-containers/s6-overlay). The
image is used as the base for all the containers composing a Jitsi Meet installation.
## Usage
```
docker run -it --rm \
-e TZ=Europe/Amsterdam \
jitsi/base \
/bin/bash
```
### Parameters
These can be set using environment variables:
* ``TZ``: system time zone.