No description
Find a file
2019-09-23 17:53:44 -04:00
Dockerfile switching to neovim, fixes #2 2019-09-23 17:53:26 -04:00
README.md simplifying the dockerfile somewhat and a quick readme fix. 2019-05-22 22:57:50 -04:00

Docker Tools

A very simple docker container based on fedora:rawhide 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