Show k8s & swarm links in similar way (#16535)

Avoid showing k8s link as a button but swarm link as a regular link that is less visible.
This commit is contained in:
githubERIK 2023-01-18 00:32:58 +02:00 committed by GitHub
parent 101b1065c8
commit 9589931d27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -315,11 +315,10 @@ Docker Desktop runs primarily on Docker Engine, which has everything you need to
## Conclusion
At this point, you've confirmed that you can run simple containerized workloads in Kubernetes and Swarm. The next step will be to write the Kubernetes yaml that describes how to run and manage these containers on Kubernetes.
At this point, you've confirmed that you can run simple containerized workloads in Kubernetes and Swarm. The next step will be to write a YAML file that describes how to run and manage these containers.
[On to deploying to Kubernetes >>](kube-deploy.md){: class="button primary-btn" style="margin-bottom: 30px; margin-right: 200%"}
To learn how to write the stack file to help you run and manage containers on Swarm, see [Deploying to Swarm](swarm-deploy.md).
- [Deploy to Kubernetes](kube-deploy.md)
- [Deploy to Swarm](swarm-deploy.md)
## CLI references