Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 251 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 251 Bytes

emdocker-test

Embox build and test environment

Build

docker build -t embox/emdocker .

Run

export EMBOX_PATH=<full_path_to_embox>
docker run -it --rm --privileged --name emdocker -v "$EMBOX_PATH":/embox embox/emdocker