From f2f7669412f4e9c7ce69e9c632ab276b41a5b1a9 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 12 Oct 2018 16:07:13 -0400 Subject: [PATCH] Updated Docker (markdown) --- Docker.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Docker.md b/Docker.md index b3837b4..80ec1ea 100644 --- a/Docker.md +++ b/Docker.md @@ -15,13 +15,6 @@ docker create \ ## Parameters -The parameters are split into two halves, separated by a colon, the left hand side representing the host and the right the container side. -For example with a port -p external:internal - what this shows is the port mapping from internal to external of the container. -So -p 8080:80 would expose port 80 from inside the container to be accessible from the host's IP on port 8080 -http://192.168.x.x:8080 would show you what's running INSIDE the container on port 80. - - - | Parameter | Function | | :---: | --- | | `-p 8686` | the port(s) | @@ -32,7 +25,7 @@ http://192.168.x.x:8080 would show you what's running INSIDE the container on po | `-e PUID` | for UserID, see below for explanation | -(These parameters may be out of date if the image is updated, see the current version on the Docker github README: https://github.com/linuxserver/docker-lidarr/blob/master/README.md) +These parameters may be out of date if the image is updated. For more documentation that's up-to-date, see the Docker image's github README: https://github.com/linuxserver/docker-lidarr/blob/master/README.md ## docker-compose