mirror of https://github.com/docker/docs.git
Merge pull request #20539 from GavinMasterson/patch-1
docs: Fix typo in service name
This commit is contained in:
commit
c28a034467
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue