Skip to content

Tool for running ad-hoc commands in Docker and keeping the results

License

Notifications You must be signed in to change notification settings

Axcient/dockermake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run something in Docker and get any resulting files

This is for convenience as an alternative to maintaining VMs just to do simple junk.

Instructions

# rm output/*

# Get a shell to build whatever you want

./dockermake precise
# Send a single command
./dockermake precise echo hello world > out.txt

All files created in /make/ in the docker container will appear in the output directory.

About

Tool for running ad-hoc commands in Docker and keeping the results

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published