No description
Find a file
Andrew Davidson 498cf6b83f
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Adding build badge to readme
2023-03-08 21:43:35 -08:00
.woodpecker.yml Adding CI files 2023-03-08 21:34:55 -08:00
build.sh Adding CI files 2023-03-08 21:34:55 -08:00
Dockerfile Moving back to Debian, closes #1 2023-03-08 21:35:22 -08:00
README.md Adding build badge to readme 2023-03-08 21:43:35 -08:00

Docker Tools

status-badge

A very simple docker container based on debian that installs a few programs and downloads my personal .dotfiles to allow me to run a container with a familiar environment on a foreign or temporary system.

Running Docker Tools

To enter the environment run:

docker run --rm -it amdavidson/dockertools:latest

If you are looking to edit files from another container it might be useful to add --volumes-from other_container to the run command