Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 289 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 289 Bytes

imagebuilder

Dockerfile.image

$ cd imagebuilder

$ docker build --force-rm --squash --file Dockerfile.image -t imagebuilder .

/vos_run

$ docker run --rm --privileged=true -ti -v $(pwd):/home/builder/src -v /dev:/dev -v /tmp:/tmp \
    imagebuilder /vos_run