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:
parent
c1566b3432
commit
0abac4367c
@ -22,6 +22,11 @@ cd docker-cyanogenmod
|
||||
./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].
|
||||
|
||||
### How to build CyanogenMod for your device
|
||||
|
@ -9,4 +9,5 @@ fi
|
||||
export USER="cmbuild"
|
||||
|
||||
# Launch screen session
|
||||
/bin/bash --login
|
||||
#/bin/bash --login
|
||||
script -qc "screen -s /bin/bash" /dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user