sitespeed.io/docker
soulgalore 7f88e68a32 make it possible to set max old space size closes #1185 2016-09-14 21:55:00 +02:00
..
scripts make it possible to set max old space size closes #1185 2016-09-14 21:55:00 +02:00
README.md Smaller docker footprint (#1168) 2016-08-30 21:40:20 +02:00

README.md

Run ./build-all.sh from this directory to build all containers.

Note that all naming is temporary.

Once all are built, develop as normal, and just rebuild the sitespeed-app image.

A difference from the previous sitespeed image is that the sitespeed command is implicit. Just pass the args to the container as such:

docker run --rm sitespeed-app https://www.sitespeed.io -n1

Notes: To launch the app container without launching sitespeed use

docker run -it --rm --entrypoint bash sitespeed-app