Sign inSign up

mverleg/ubuntu_dev_tools

By mverleg

Updated 9 months ago

Image
0

1.7K

mverleg/ubuntu_dev_tools repository overview

This image includes tools like:

  • Bash
  • Python
  • Rust
  • Java
  • gcc
  • Git
  • Vim

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

Tag summary

Content type

Image

Digest

sha256:8c125757f

Size

2.1 GB

Last updated

9 months ago

docker pull mverleg/ubuntu_dev_tools