1
0
mirror of https://github.com/stucki/docker-lineageos synced 2024-12-19 17:12:29 -05:00

workaround for docker issue #8755

This commit is contained in:
Budleigh Salterton driving a Miura 2016-04-04 18:55:21 +02:00
parent c1566b3432
commit 0abac4367c
2 changed files with 7 additions and 1 deletions

View File

@ -22,6 +22,11 @@ cd docker-cyanogenmod
./run.sh ./run.sh
``` ```
The `run.sh` script accepts the following switches:
* -p|--privileged - runs the container in privileged mode (this way you can use usb debugging right from the container)
* -r|--rebuild - force rebuild the image from scratch
The container uses "screen" to run the shell. This means that you will be able to open additional shells using [screen keyboard shortcuts][Screen_Shortcuts]. The container uses "screen" to run the shell. This means that you will be able to open additional shells using [screen keyboard shortcuts][Screen_Shortcuts].
### How to build CyanogenMod for your device ### How to build CyanogenMod for your device

View File

@ -9,4 +9,5 @@ fi
export USER="cmbuild" export USER="cmbuild"
# Launch screen session # Launch screen session
/bin/bash --login #/bin/bash --login
script -qc "screen -s /bin/bash" /dev/null