Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 359 Bytes

File metadata and controls

14 lines (11 loc) · 359 Bytes

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