Hansi P 1 년 전
부모
커밋
26a22d3e31
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      docs/Docker.md

+ 3 - 3
docs/Docker.md

@@ -1,8 +1,8 @@
-# Running Civetweb in Docker
+# Running CivetWeb in Docker
 
 ## 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
 
@@ -93,4 +93,4 @@ docker run -p 8080:8080 civetweb:latest
 
 ## 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.