Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 346 Bytes

File metadata and controls

20 lines (15 loc) · 346 Bytes

docker-emsdk

Docker files to build a emsdk docker image

Build image

$ docker build -t docker-emsdk .

Running

First create a volume to store the emscripten cache:

$ docker volume create emsdk_cache

Then run the container with the volume:

docker run --rm -it -v emsdk_cache:/root/.emscripten_cache docker-emsdk