From bb35c3513ecbf04d42cc0eb60cde66522aef9a9b Mon Sep 17 00:00:00 2001 From: Vellaisamy Auvudaiappan Date: Mon, 17 Aug 2026 11:24:36 +0530 Subject: [PATCH 1/6] 1045872-modified the link --- ...ssor-server-docker-container-in-amazon-kubernetes-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/server-deployment/how-to-deploy-word-processor-server-docker-container-in-amazon-kubernetes-service.md b/Document-Processing/Word/Word-Processor/javascript-es6/server-deployment/how-to-deploy-word-processor-server-docker-container-in-amazon-kubernetes-service.md index 74073a7023..5d30345668 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/server-deployment/how-to-deploy-word-processor-server-docker-container-in-amazon-kubernetes-service.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/server-deployment/how-to-deploy-word-processor-server-docker-container-in-amazon-kubernetes-service.md @@ -147,4 +147,4 @@ N> Get the pod names in AWS Console or using the below AWS CLI command. kubectl get pods ``` -Finally, you can access the sample at localhost: http:///api/documenteditor/ \ No newline at end of file +Finally, you can access the sample at localhost: http://``````/api/documenteditor/ \ No newline at end of file From 1362fd7df77fced6b4b7d6d445e33683ecca8fab Mon Sep 17 00:00:00 2001 From: Vellaisamy Auvudaiappan Date: Mon, 17 Aug 2026 12:08:01 +0530 Subject: [PATCH 2/6] 1045872-empty commit From f7425c9ae386975c5650c82876e9f7a580d774f4 Mon Sep 17 00:00:00 2001 From: Vellaisamy Auvudaiappan Date: Thu, 27 Aug 2026 11:36:19 +0530 Subject: [PATCH 3/6] 1045872-modified the link --- ...ssor-server-docker-container-in-amazon-kubernetes-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/server-deployment/how-to-deploy-word-processor-server-docker-container-in-amazon-kubernetes-service.md b/Document-Processing/Word/Word-Processor/javascript-es6/server-deployment/how-to-deploy-word-processor-server-docker-container-in-amazon-kubernetes-service.md index 5d30345668..e257265d3b 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/server-deployment/how-to-deploy-word-processor-server-docker-container-in-amazon-kubernetes-service.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/server-deployment/how-to-deploy-word-processor-server-docker-container-in-amazon-kubernetes-service.md @@ -147,4 +147,4 @@ N> Get the pod names in AWS Console or using the below AWS CLI command. kubectl get pods ``` -Finally, you can access the sample at localhost: http://``````/api/documenteditor/ \ No newline at end of file +Finally, you can access the sample at localhost: `http:///api/documenteditor/`. \ No newline at end of file From 6661662e23189127d952222665b72ccd07d40029 Mon Sep 17 00:00:00 2001 From: Vellaisamy Auvudaiappan Date: Thu, 27 Aug 2026 11:37:21 +0530 Subject: [PATCH 4/6] 1045872-empty commit From 260cb8a0fda5ea5dece5908ae59b03198eb79f55 Mon Sep 17 00:00:00 2001 From: Vellaisamy Auvudaiappan Date: Thu, 27 Aug 2026 20:08:34 +0530 Subject: [PATCH 5/6] 1045872-modified the link and dockerize spell check --- ...or-server-docker-container-in-amazon-kubernetes-service.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/server-deployment/how-to-deploy-word-processor-server-docker-container-in-amazon-kubernetes-service.md b/Document-Processing/Word/Word-Processor/javascript-es6/server-deployment/how-to-deploy-word-processor-server-docker-container-in-amazon-kubernetes-service.md index 05f745a8c8..3ea2e5b3e8 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/server-deployment/how-to-deploy-word-processor-server-docker-container-in-amazon-kubernetes-service.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/server-deployment/how-to-deploy-word-processor-server-docker-container-in-amazon-kubernetes-service.md @@ -26,7 +26,7 @@ Let us briefly discuss each process. ## Push the Docker image to the Amazon Elastic Registry -**Step 1:** Dockerize the Word Processor Server Application with the image name [syncfusion/word-processor-server](https://hub.docker.com/r/syncfusion/word-processor-server) +**Step 1:** Build a Docker Image for the Word Processor Server Application using the image name [syncfusion/word-processor-server](https://hub.docker.com/r/syncfusion/word-processor-server) ``` docker build -t . @@ -147,4 +147,4 @@ N> Get the pod names in AWS Console or using the below AWS CLI command. kubectl get pods ``` -Finally, you can access the sample at localhost: `http:///api/documenteditor/`. \ No newline at end of file +Finally, you can access the sample at localhost: http://``````/api/documenteditor/ \ No newline at end of file From dd8c42c370f8639f5eb0a4d9d0345f9b5f9d7558 Mon Sep 17 00:00:00 2001 From: Vellaisamy Auvudaiappan Date: Thu, 27 Aug 2026 20:40:49 +0530 Subject: [PATCH 6/6] 1045872-empty commit