Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

34 lines (17 loc) · 1.04 KB

foo

Build Status

Utility container reloaded

Build foo

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 .

Usage

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)