Compare commits

..

2 Commits
27 ... 28

Author SHA1 Message Date
sparklyballs
2329699f53 fix date separator 2016-10-18 03:05:37 +01:00
sparklyballs
8538165d17 add extra parameters info 2016-10-17 23:54:40 +01:00

View File

@@ -33,7 +33,13 @@ docker create --name=transmission \
linuxserver/transmission
```
**Parameters**
## 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.`
* `-p 9091`
* `-p 51413` - the port(s)
@@ -91,7 +97,7 @@ Transmission will convert it to a hash when you restart the container after maki
## Versions
+ **14-10-16:** Add version layer information.
+ **14.10.16:** Add version layer information.
+ **23.09.16:** Add information about securing the webui to README..
+ **21.09.16:** Add curl package.
+ **09.09.16:** Add layer badges to README.