Skip to content

Commit c84f25e

Browse files
committed
491973: Deployement details added
1 parent d11aa19 commit c84f25e

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Document-Processing/Web-apis/docker-image-hosting-guide.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,19 @@ docker-compose up -d
9292
Step3: After successfully running the server, you'll encounter the following message upon opening the host URL in your browser http://localhost:8003/
9393

9494
![Browser](images/browser.jpg)
95+
96+
**Deployment Options**
97+
98+
You can deploy the APIs as Docker containers on major cloud platforms. Follow the guides below to deploy quickly and efficiently:
99+
100+
- Microsoft Azure
101+
Run the container using Azure Container Instances:
102+
🔗 [Deploy to Azure](https://learn.microsoft.com/en-us/azure/container-instances/container-instances-quickstart)
103+
104+
- Amazon Web Services (AWS)
105+
Deploy the container using Amazon ECS or other services:
106+
🔗 [Deploy to AWS](https://aws.amazon.com/getting-started/hands-on/deploy-docker-containers/)
107+
108+
- Google Cloud Platform (GCP)
109+
Use Google Cloud Run to deploy your containerized API:
110+
🔗 [Deploy to Google Cloud](https://cloud.google.com/run/docs/deploying)

0 commit comments

Comments
 (0)