Investigate the --device idea available in Docker 1.2
Idea from stucki/docker-cyanogenmod#7
The design philosophy of docker-aosp is to only do the building in the container and the USB device is already accessible on the host and the container can access the USB extracted files via the volume mount.
Might be handy for automatic deployment using existing makefile targets?
Investigate the
--device
idea available in Docker 1.2Idea from stucki/docker-cyanogenmod#7
The design philosophy of docker-aosp is to only do the building in the container and the USB device is already accessible on the host and the container can access the USB extracted files via the volume mount.
Might be handy for automatic deployment using existing makefile targets?