You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docker-jitsi-meet/base/README.md

21 lines
396 B

# jitsi/base
7 years ago
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.
7 years ago
## Usage
```
docker run -it --rm \
-e TZ=Europe/Amsterdam \
jitsi/base \
/bin/bash
```
7 years ago
### Parameters
These can be set using environment variables:
* ``TZ``: system time zone.
7 years ago