Skip to content

ecarre-dockerfiles/make

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published