Skip to content
/ docker Public

my personal docker env for development including premake5

Notifications You must be signed in to change notification settings

sorgom/docker

Repository files navigation

docker

docker environment for C++ development including

  • python
  • premake5

build image

call dockerBuild.cmd

run container

call dockerRun.cmd

mounts

/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.

local tree

docker
├── dev
│   ├── .bash_aliases
│   ├── .bash_history
│   ├── .bashrc
│   ├── .gitconfig
│   ├── .local_aliases
│   └── .ssh/
├── dockerBuild.cmd
├── Dockerfile
├── dockerRun.cmd
├── .gitattributes
├── .gitignore
├── .gitmodules
├── README.md
├── submodules/

About

my personal docker env for development including premake5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published