An example of creating a C++ application and pushing it out to a docker container.
docker-compose build
docker-compose up -d
The application creates webservice in port 8088. Two endpoints are implemented: / - sending the text "Default site" /test - sending the number of visitors