No description
Find a file
2021-09-27 16:51:13 -07:00
Dockerfile reverting needlessly to fedora, fixing nvim plugin installs, and cleanup 2021-09-27 16:51:13 -07:00
README.md Fixing typo 2020-11-10 21:04:10 -08:00

Docker Tools

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