docker environment for C++ development including
- python
- premake5
call dockerBuild.cmd
call dockerRun.cmd
/git folder
The folder you cloned this repo into will be mounted to /git folder in container. So this repo will be /git/docker.
home folder
The local dev folder will be mounted as user dev ´s home folder.
Advantage:
- the bash history will be kept locally
github access
If you want to access gitHub (push / pull) copy your personal .ssh folder into dev folder.
your aliases
For personal aliases create .local_aliases in dev folder.
docker
├── dev
│ ├── .bash_aliases
│ ├── .bash_history
│ ├── .bashrc
│ ├── .gitconfig
│ ├── .local_aliases
│ └── .ssh/
├── dockerBuild.cmd
├── Dockerfile
├── dockerRun.cmd
├── .gitattributes
├── .gitignore
├── .gitmodules
├── README.md
├── submodules/