aboutsummaryrefslogtreecommitdiff
path: root/docker_tools/README.md
blob: 630e576f83820005d81f87f1c4591e15666f353f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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.