Skip to content

A sample project that shows how to dockerize a C++ program.

License

Notifications You must be signed in to change notification settings

seunboy1/Docker-CPP

Repository files navigation

This is a simple C++ application built with docker for cross-platform development.

Getting Started

  1. Build the docker image
     docker build --rm -f Dockerfile -t dockercpp:latest .
  2. Run the program
     docker run --rm -it  dockercpp:latest

About

A sample project that shows how to dockerize a C++ program.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published