Ver código fonte

Merge pull request #448 from jdk/master

Update README.md
master
Kristian Haugene 6 anos atrás
pai
commit
260d15802f
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 5 adições e 2 exclusões
  1. 5
    2
      README.md

+ 5
- 2
README.md Ver arquivo

@@ -180,8 +180,11 @@ Don't forget to include the #!/bin/bash shebang and to make the scripts executab
The Transmission RSS plugin can optionally be run as a separate container. It allow to download torrents based on an RSS URL, see [Plugin page](https://github.com/nning/transmission-rss).

```
$ docker run -d -e "RSS_URL=http://.../xxxxx.rss" \
--link <transmission-container>:transmission \--link
$ docker run -d \
-e "RSS_URL=<URL>" \
--link <transmission-container>:transmission \
--name "transmission-rss" \
haugene/transmission-rss
```

#### Use docker env file

Carregando…
Cancelar
Salvar