Skip to content

noel-gallagher/cpp-docker-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build and run c++ from dockerfile

  • build: docker build -t cpp-env . to build + tag the image. see Dockerfile. the dockerfile copies the contents of this dir to the conatainer's then runs g++ to compile the source to an executeables
  • to run interactively: docker run -it --rm cpp-env

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published