new docker install link

This commit is contained in:
soulgalore 2018-02-09 20:35:50 +01:00
parent a612e99aa5
commit 5e1ff89633
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ On your local machine you need:
To run the Docker version:
- Install [Docker Community Edition](https://docs.docker.com/engine/installation/)
- Install [Docker Community Edition](https://docs.docker.com/install/)
- You need to fork and clone [sitespeed.io](https://github.com/sitespeedio/sitespeed.io).
- Run <code>docker build -t sitespeedio/sitespeed.io .</code> in the cloned directory to build the container
- Run <code>docker run --shm-size=1g --rm -v "$(pwd)":/sitespeed.io sitespeedio/sitespeed.io https://www.sitespeed.io/</code>