Updated Docker container on Ubuntu 16.04 LTS (markdown)

hotio 2017-01-16 16:04:51 +01:00
parent 0452631e3e
commit 140688dccf
1 changed files with 5 additions and 1 deletions

@ -47,7 +47,11 @@ sudo systemctl enable docker-radarr
sudo systemctl start docker-radarr
```
The first time you'll start the container it can take a while because it will need to download the docker image.
The first time you'll start the container it can take a while because it will need to download the docker image. If you want to prevent this you can do a pull first with:
```bash
sudo docker pull linuxserver/radarr
```
Let's check if it's running: