deal with Root level privilege escalation problem for docker containers that would like to talk to the docker API (mirror of https://git.sequentialread.com/forest/docker-api-security-gateway/)
Go to file
forest d617391673 updates for prod use 2021-04-27 16:02:50 -05:00
sockets updates for prod use 2021-04-27 16:02:50 -05:00
tlsconfig updating to go version 16 and hard-pulling in docker client dependencies 2021-03-11 14:32:47 -06:00
versions updating to go version 16 and hard-pulling in docker client dependencies 2021-03-11 14:32:47 -06:00
.gitignore Replace test with standard docker cli in docker-compose. 2018-02-25 13:47:12 -06:00
Dockerfile updates for prod use 2021-04-27 16:02:50 -05:00
ReadMe.md add readme 2017-01-08 23:14:55 -06:00
build-docker.sh updates for prod use 2021-04-27 16:02:50 -05:00
docker-compose.yml updates for prod use 2021-04-27 16:02:50 -05:00
go.mod updates for prod use 2021-04-27 16:02:50 -05:00
go.sum updating to go version 16 and hard-pulling in docker client dependencies 2021-03-11 14:32:47 -06:00
lowLevelDockerClient.go updates for prod use 2021-04-27 16:02:50 -05:00
main.go updates for prod use 2021-04-27 16:02:50 -05:00

ReadMe.md

docker-api-security-gateway

Proof of concept of the ability to write an HTTP proxy for the Docker API so that you can feel more comfortable mounting the Docker Root Access socket as a part of your application.