1
0

readying for release

This commit is contained in:
sparklyballs
2016-09-25 22:32:04 +01:00
parent fe64c11799
commit 2b89ee832e

View File

@ -29,7 +29,6 @@ docker create \
-p 8888:8888 \ -p 8888:8888 \
linuxserver/oscam linuxserver/oscam
``` ```
If you pass through a card reader, add the --device=/path/to/cardreader tag.
**Parameters** **Parameters**
@ -38,6 +37,8 @@ If you pass through a card reader, add the --device=/path/to/cardreader tag.
* `-e PGID` for GroupID - see below for explanation * `-e PGID` for GroupID - see below for explanation
* `-e PUID` for UserID - see below for explanation * `-e PUID` for UserID - see below for explanation
`If you pass through a card reader, add the --device=/path/to/cardreader tag.`
It is based on alpine linux with s6 overlay, for shell access whilst the container is running do `docker exec -it oscam /bin/bash`. It is based on alpine linux with s6 overlay, for shell access whilst the container is running do `docker exec -it oscam /bin/bash`.
### User / Group Identifiers ### User / Group Identifiers