Clone the repository on your machine and build foo:
git clone https://github.com/pocket-playlab/foo.git && cd foo
docker build -t foo .
If you already have the git repository on your machine but it needs to be updated:
cd foo && git pull
docker build --no-cache -t foo .
Self made:
docker run -it --rm --name foo foo
Pulled:
docker run -it --rm --name foo pocketplaylab/foo
Foo is based on pocket-playlab/amumu but uses Alpine Linux docker image. It has the same utilities and a few more: wrk and wrk2
Since this image is built using Alpine Linux, its size is considerably smaller than a build made with Ubuntu. Currently the uncompressed size of the image is ~854 MB and ~284 MB compressed (dockerhub)