Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 303 Bytes

build_docker.md

File metadata and controls

16 lines (11 loc) · 303 Bytes

Cesium docker image

WARNING: This documentation need a review! (not up to date)

Build

 cd cesium
 docker build . -t cesium/release

Run

 docker run -ti --net host -p 8100:8100 -p 35729:35729 -v ~/.gradle:/root/.gradle -v \$PWD:/cesium:rw --privileged cesium/release