Skip to content

A container with every tools needs with Boot2Docker (fig / make)

Notifications You must be signed in to change notification settings

matthieume/boot2docker-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

#How do you use this image ? Add an alias to your boot2docker VM :

echo "alias run='docker run -v \$(pwd):/app -v /var/run/docker.sock:/var/run/docker.sock -ti --rm matthieume/boot2docker-tools'" >> /home/docker/.ashrc

Then you can run commands inside the container:

run fig --help
run make
run git
run hg
run ab
run curl
run wget

#Build docker build -t matthieume/boot2docker-tools ./

#Run docker run -v $(pwd):/app -v /var/run/docker.sock:/var/run/docker.sock -ti --rm matthieume/boot2docker-tools pwd

About

A container with every tools needs with Boot2Docker (fig / make)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published