Docker Image for Maru OS Development
3.9K
Get the latest image:
$ docker pull pdsouza/maruos-devbox:maru-0.7
Basic usage:
$ docker run --privileged -it \
-v ~/path/to/$WORKSPACE:/var/maru \
pdsouza/maruos-devbox
Fancy usage (custom hostname, USB access for adb/fastboot within container):
$ docker run --privileged -it \
-h my-cool-hostname \
-v /dev/bus/usb:/dev/bus/usb \
-v ~/path/to/$WORKSPACE:/var/maru \
pdsouza/maruos-devbox
See the main Maru OS repository for more info.
Content type
Image
Digest
Size
777.3 MB
Last updated
almost 6 years ago
docker pull pdsouza/maruos-devbox