Skip to content

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

cpp_http_server

A Docker image that runs a c++ server using crow-cpp.

Building the image

A Docker image named server can be built by invoking:

docker build . -t server

Running the server app

Once the server image is built, you can run the server:

docker run -p 8000:8000 server

Note: 8000 is the port you're running on. Visiting http://localhost:8000 should get you to the server!

Debugging the build

Invoking:

docker run -it server bash

is helpful in inspecting the content of the container.

About

A Docker image containing a c++ http server, using crow.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages