Sign inSign up

pdsouza/maruos-devbox

By pdsouza

•Updated about 3 years ago

Docker Image for Maru OS Development

Image
1

3.9K

pdsouza/maruos-devbox repository overview

⁠Docker Image for Maru OS Development

Build Status Docker Pulls

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

⁠Contributing

See the main Maru OS repository⁠ for more info.

⁠Licensing

Apache 2.0⁠

Tag summary

Content type

Image

Digest

Size

777.3 MB

Last updated

almost 6 years ago

docker pull pdsouza/maruos-devbox