Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 447 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 447 Bytes

Docker Automated build

docker+sbt

$ docker run -it --rm --privileged pigumergroup/docker-al2-sbt:latest /bin/bash
# nohup /usr/bin/dockerd --host=unix:///var/run/docker.sock --host=tcp://0.0.0.0:2375 --storage-driver=overlay &
# timeout 15 sh -c "until docker info; do echo .; sleep 1; done"