Sign inSign up

ecarre/make

By ecarre

Updated about 11 years ago

This container provide make and access to local docker daemon

Image
3

1.2K

ecarre/make repository overview

Make

Why this container?

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.

How to use

$ docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock -v "$(pwd)":/workspace ecarre/make <make_argument>

Tag summary

Content type

Image

Digest

sha256:0dc96a7b0

Size

130 MB

Last updated

about 11 years ago

docker pull ecarre/make