Skip to content

Harleyquinn1992/MyFaveQ1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyFave

Build C++

Getting Started

If you have not already built the image from Dockerfile, use the command:

docker build -t cpp-container .

You should only have to build once. Once built, run the container:

docker run -it cpp-container

...or run it interactively in a shell:

docker run -it cpp-container sh

...or run it with a volume mounted to the current source code:

docker run -v "$(pwd)":/usr/src -it cpp-container
``

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 58.6%
  • C++ 37.5%
  • Shell 3.9%