|
|
@ -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 |
|
|
|