blob: 414cab9cc38f91e8c2c4d57a6e84e38f677c2e80 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# Docker environment setup
This docker container has everything you need to develop.
To build the docker image, run docker build -t bingchao:latest . in this directory
Then run ./devbox.sh to enter the work environment.
The config directory mounts to the .config directory in root, for you to add your vim/nvim/tmux configurations.
|