Skip to content

lukemaloney03/MyFave

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build C++

MyFave

This is a simple C++ command line application to maintain a list of your favorites.

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 57.5%
  • C++ 38.6%
  • Shell 3.9%