From 140688dccfa933f7a917db87171b0f99125659ae Mon Sep 17 00:00:00 2001 From: hotio Date: Mon, 16 Jan 2017 16:04:51 +0100 Subject: [PATCH] Updated Docker container on Ubuntu 16.04 LTS (markdown) --- Docker-container-on-Ubuntu-16.04-LTS.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Docker-container-on-Ubuntu-16.04-LTS.md b/Docker-container-on-Ubuntu-16.04-LTS.md index 870638e..98cfcf7 100644 --- a/Docker-container-on-Ubuntu-16.04-LTS.md +++ b/Docker-container-on-Ubuntu-16.04-LTS.md @@ -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: