Browse Source

Merge branch 'dockerize' of https://github.com/hansipie/civetweb into dockerize

Hansi P 1 year ago
parent
commit
fea378f80f
2 changed files with 4 additions and 3 deletions
  1. 3 3
      docs/Docker.md
  2. 1 0
      docs/README.md

+ 3 - 3
docs/Docker.md

@@ -1,8 +1,8 @@
-# Running Civetweb in Docker
+# Running CivetWeb in Docker
 
 
 ## Overview
 ## Overview
 
 
-This guide explains how to build and run Civetweb using a multi-stage Dockerfile. The Dockerfile uses Alpine Linux for both the build and runtime stages, making the final image lightweight.
+This guide explains how to build and run CivetWeb using a multi-stage Dockerfile. The Dockerfile uses Alpine Linux for both the build and runtime stages, making the final image lightweight.
 
 
 ## Prerequisites
 ## Prerequisites
 
 
@@ -93,4 +93,4 @@ docker run -p 8080:8080 civetweb:latest
 
 
 ## Conclusion
 ## Conclusion
 
 
-This Dockerfile provides a secure and efficient way to build and run Civetweb. The use of multi-stage builds ensures that the final image is as small as possible. The `EXPOSE` directive informs that the application will listen on port 8080, making it easier to map ports when running the container.
+This Dockerfile provides a secure and efficient way to build and run CivetWeb. The use of multi-stage builds ensures that the final image is as small as possible. The `EXPOSE` directive informs that the application will listen on port 8080, making it easier to map ports when running the container.

+ 1 - 0
docs/README.md

@@ -43,6 +43,7 @@ Documentation
 - [Building.md](Building.md) - Building the Server (quick start guide)
 - [Building.md](Building.md) - Building the Server (quick start guide)
 - [Embedding.md](Embedding.md) - Embedding (how to add HTTP support to an existing application)
 - [Embedding.md](Embedding.md) - Embedding (how to add HTTP support to an existing application)
 - [OpenSSL.md](OpenSSL.md) - Adding HTTPS (SSL/TLS) support using OpenSSL.
 - [OpenSSL.md](OpenSSL.md) - Adding HTTPS (SSL/TLS) support using OpenSSL.
+- [Docker.md](Docker.md) - Use CivetWeb in a Docker container.
 - [APIReference.md](APIReference.md) - Additional documentation on the civetweb application programming interface ([civetweb.h](https://github.com/civetweb/civetweb/blob/master/include/civetweb.h)).
 - [APIReference.md](APIReference.md) - Additional documentation on the civetweb application programming interface ([civetweb.h](https://github.com/civetweb/civetweb/blob/master/include/civetweb.h)).
 
 
 [Authors](https://github.com/civetweb/civetweb/blob/master/CREDITS.md)
 [Authors](https://github.com/civetweb/civetweb/blob/master/CREDITS.md)