1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-28 20:27:21 +02:00

Updated Docker container on Ubuntu 16.04 LTS (markdown)

hotio 2017-01-16 16:04:51 +01:00
parent 0452631e3e
commit 140688dccf

@ -47,7 +47,11 @@ sudo systemctl enable docker-radarr
sudo systemctl start 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: Let's check if it's running: