From 2b89ee832e091a78b35f560a3f2a07f4547238d8 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Sun, 25 Sep 2016 22:32:04 +0100 Subject: [PATCH] readying for release --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4cc810..dacb594 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,6 @@ docker create \ -p 8888:8888 \ linuxserver/oscam ``` -If you pass through a card reader, add the --device=/path/to/cardreader tag. **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 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`. ### User / Group Identifiers