Skip to content

A docker environment for software development just the way I like it.

Notifications You must be signed in to change notification settings

cswiercz/DockerDevEnv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

DockerDevEnv

A docker environment for doing software developlemt.

Includes all of the usual tools and software for developing C++ and Python code. Built to solve the problem of hacking in different environments, especially those that crop up when building C++ in an OSX environment. Based on this repository built by julitopower.

Usage

Build the image by executing,

$ docker build -t dockerdevenv:latest .

Run the image by executing,

$ docker run -it --rm -v ~:/opt/src dockerdevenv:latest

This mounts your home directory in the container's /opt/src directory. Inside the container you now have access to all the usual development tools.

About

A docker environment for software development just the way I like it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published