Lines Matching full:docker
1 Docker chapter
4 Docker files to ease working with PathKit and CanvasKit.
12 This image tracks the official emscripten Docker image and installs
19 docker build -t emsdk-base ./emsdk-base/
21 docker run -it emsdk-base /bin/bash
23 …docker run -v $SKIA_ROOT:/SRC -v $SKIA_ROOT/out/dockerpathkit:/OUT emsdk-base /SRC/infra/pathkit/b…
40 using the default Docker settings. To be safe, it is recommended to run the container
45 docker build -t karma-chrome-tests ./karma-chrome-tests/
47 docker run -it --shm-size=2gb karma-chrome-tests /bin/bash
49 …docker run --shm-size=2gb -v $SKIA_ROOT:/SRC karma-chrome-tests karma start /SRC/infra/pathkit/kar…
67 using the default Docker settings. To be safe, it is recommended to run the container
73 make gold-docker-image
75 docker run -it --shm-size=2gb gold-karma-chrome-tests /bin/bash
78 …docker run --shm-size=2gb -v $SKIA_ROOT:/SRC -v /tmp/dockergold:/OUT gold-karma-chrome-tests /SRC/…
96 using the default Docker settings. To be safe, it is recommended to run the container
102 make perf-docker-image
104 docker run -it --shm-size=2gb perf-karma-chrome-tests /bin/bash
107 …docker run --shm-size=2gb -v $SKIA_ROOT:/SRC -v /tmp/dockerperf:/OUT perf-karma-chrome-tests /SRC/…