Skip to content

An example of creating a C++ application and pushing it out to a docker container.

License

Notifications You must be signed in to change notification settings

Madzik890/CppExampleDockerization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CppExampleDockerization

An example of creating a C++ application and pushing it out to a docker container.

How to build

docker-compose build

How to run

docker-compose up -d

Functionalities

The application creates webservice in port 8088. Two endpoints are implemented: / - sending the text "Default site" /test - sending the number of visitors

About

An example of creating a C++ application and pushing it out to a docker container.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published