buildkite / sockguard

A proxy for docker.sock that enforces access control and isolated privileges
MIT License
143 stars 22 forks source link

examples/cgroup_parent: change the ci_agent_dev Dockerfile to be more useful #26

Closed CpuID closed 6 years ago

CpuID commented 6 years ago

Includes docker-compose + docker by default.

Note: I tried to do this under alpine:3.8 but due to musl libc the docker-compose (python) binary doesn't work cleanly, and it's messier to install pip etc for it. just changed to debian:stretch instead