diff options
Diffstat (limited to 'docker_tools/README.md')
-rw-r--r-- | docker_tools/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docker_tools/README.md b/docker_tools/README.md new file mode 100644 index 0000000..630e576 --- /dev/null +++ b/docker_tools/README.md @@ -0,0 +1,12 @@ +# Docker environment setup +This docker container has everything you need to develop. + +To build the docker image, run +``` +./build.sh +``` +To enter the work environment. +``` +./devbox.sh +``` +The config directory mounts to the .config directory in root, for you to add your vim/nvim/tmux configurations. |