This container provide make and access to local docker daemon
1.2K
It is useful to use make to build or automate some action around us containers. So this container is able to execute make and access to docker daemon by sharing unix socket.
$ docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock -v "$(pwd)":/workspace ecarre/make <make_argument>
Content type
Image
Digest
sha256:0dc96a7b0…
Size
130 MB
Last updated
about 11 years ago
docker pull ecarre/make