This image includes tools like:
The Dockerfile can be found at here on Github.
You can use the image as
docker run --rm -it -h devtools -v"$(pwd):/app" -v"$HOME/.cache/devtools:/cache" -v"$HOME/.claude:/home/ubuntu/.claude" --user 1000 mverleg/ubuntu_dev_tools
If you make an alias like
alias devtool='docker run --rm -it -h devtools -v"$(pwd):/app" -v"$HOME/.cache/devtools:/cache" -v"$HOME/.claude:/home/ubuntu/.claude" --user 1000 mverleg/ubuntu_dev_tools'
Then you can use tools like
devtool git
devtool python
Content type
Image
Digest
sha256:8c125757f…
Size
2.1 GB
Last updated
9 months ago
docker pull mverleg/ubuntu_dev_tools