Update README.md

This commit is contained in:
PusMinus0 2018-11-21 15:55:27 +01:00
parent 0138890b7e
commit f39eb31253

View file

@ -1,13 +1,14 @@
## Supported tags [![Build Status](https://travis-ci.com/PlusMinus0/headless-jd2-docker.svg?branch=master)](https://travis-ci.com/PlusMinus0/headless-jd2-docker)
* [latest, debian, v3-debian](https://github.com/PlusMinus0/headless-jd2-docker/blob/master/debian.Dockerfile) # Supported tags
* [alpine, v3-alpine](https://github.com/PlusMinus0/headless-jd2-docker/blob/master/alpine.Dockerfile) * [`latest`, `debian`, `v3-debian` (debian.Dockerfile)](https://github.com/PlusMinus0/headless-jd2-docker/blob/master/debian.Dockerfile)
* [![](https://images.microbadger.com/badges/version/plusminus/jdownloader2-headless:dev-debian.svg)](https://microbadger.com/images/plusminus/jdownloader2-headless:dev-debian "Get your own version badge on microbadger.com")[![](https://images.microbadger.com/badges/image/plusminus/jdownloader2-headless:dev-debian.svg)](https://microbadger.com/images/plusminus/jdownloader2-headless:dev-debian "Get your own image badge on microbadger.com")[dev-debian](https://github.com/PlusMinus0/headless-jd2-docker/blob/dev/debian.Dockerfile) * [`alpine`, `v3-alpine` (alpine.Dockerfile)](https://github.com/PlusMinus0/headless-jd2-docker/blob/master/alpine.Dockerfile)
* [![](https://images.microbadger.com/badges/version/plusminus/jdownloader2-headless:dev-alpine.svg)](https://microbadger.com/images/plusminus/jdownloader2-headless:dev-alpine "Get your own version badge on microbadger.com")[![](https://images.microbadger.com/badges/image/plusminus/jdownloader2-headless:dev-alpine.svg)](https://microbadger.com/images/plusminus/jdownloader2-headless:dev-alpine "Get your own image badge on microbadger.com")[dev-alpine](https://github.com/PlusMinus0/headless-jd2-docker/blob/dev/alpine.Dockerfile) * [`dev-debian` (debian.Dockerfile)](https://github.com/PlusMinus0/headless-jd2-docker/blob/dev/debian.Dockerfile)
* [![](https://images.microbadger.com/badges/version/plusminus/jdownloader2-headless:v2.1.svg)](https://microbadger.com/images/plusminus/jdownloader2-headless:v2.1 "Get your own version badge on microbadger.com")[![](https://images.microbadger.com/badges/image/plusminus/jdownloader2-headless:v2.1.svg)](https://microbadger.com/images/plusminus/jdownloader2-headless:v2.1 "Get your own image badge on microbadger.com")[v2.1](https://github.com/PlusMinus0/headless-jd2-docker/blob/v2.1/Dockerfile) * [`dev-alpine` (alpine.Dockerfile)](https://github.com/PlusMinus0/headless-jd2-docker/blob/dev/alpine.Dockerfile)
* [v2.0](https://github.com/PlusMinus0/headless-jd2-docker/blob/v2.0/Dockerfile) * [`v2.1` (Dockerfile)](https://github.com/PlusMinus0/headless-jd2-docker/blob/v2.1/Dockerfile)
* [`v2.0` (Dockerfile)](https://github.com/PlusMinus0/headless-jd2-docker/blob/v2.0/Dockerfile)
## Running the container # Running the container
0. Become root if your user is not part of the docker group: 0. Become root if your user is not part of the docker group:
``` ```
@ -39,7 +40,7 @@
docker start jd2 docker start jd2
``` ```
## Optional environment variables # Optional environment variables
|Environment Variable|Description| |Environment Variable|Description|
|--------------------|-----------| |--------------------|-----------|
|UID|Specifies the UID the daemon should run as. All created files will be owned by this UID. Defaults to 1000.| |UID|Specifies the UID the daemon should run as. All created files will be owned by this UID. Defaults to 1000.|