Clone this repo
git clone git@github.com:game-ci/docker.git Change directory to clone directory
cd dockerBuild the base image
docker build -t base -f base/Dockerfile .Build hub
docker build -t hub -f hub/Dockerfile .Build editor
docker build -t editor -f editor/Dockerfile .