Sign inSign up

waltermoreira/doit_in_docker

By waltermoreira

•Updated almost 11 years ago

Dockerized version of doit

Image
0

479

waltermoreira/doit_in_docker repository overview

⁠Doit in Docker

This is a very simple wrapper to run the awesome tool doit⁠ from a container, to avoid having to install Python or the doit package.

⁠Usage

Simply run it as:

docker run -it -v $(pwd):/target waltermoreira/doit_in_docker doit help

If you need to use docker in the dodo.py file, you need to mount the docker socket into the container::

docker run -it \
    -v $(pwd):/target \
    -v /var/run/docker.sock:/docker.sock \
    waltermoreira/doit_in_docker doit help

⁠Convenient usage

Instead of typing the full docker command every time, create an alias with:

eval $(docker run waltermoreira/doit_in_docker /alias)

Then you can use the command doit_in_docker as:

doit_in_docker doit help

⁠Acknowledgments

@schettino72⁠ for the great doit⁠ tool, and @joestubbs⁠ for finding it!

⁠License

MIT

Tag summary

Content type

Image

Digest

sha256:ddb8af64c…

Size

153.5 MB

Last updated

almost 11 years ago

docker pull waltermoreira/doit_in_docker