Merge pull request #20539 from GavinMasterson/patch-1

docs: Fix typo in service name
This commit is contained in:
David Karlsson 2024-08-05 17:50:22 +02:00 committed by GitHub
commit c28a034467
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ spec:
service: shiny
spec:
containers:
- name: shimy-service
- name: shiny-service
image: DOCKER_USERNAME/REPO_NAME
imagePullPolicy: Always
env:
@ -138,4 +138,4 @@ In this section, you learned how to use Docker Desktop to deploy your applicatio
Related information:
- [Kubernetes documentation](https://kubernetes.io/docs/home/)
- [Deploy on Kubernetes with Docker Desktop](../../desktop/kubernetes.md)
- [Swarm mode overview](../../engine/swarm/_index.md)
- [Swarm mode overview](../../engine/swarm/_index.md)