1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

Added tutorials for Docker Swarm (#2030)

This commit is contained in:
The New Stack
2022-10-04 19:17:44 -04:00
committed by GitHub
parent 446934bdae
commit 21fa78ef78

View File

@@ -6,3 +6,6 @@ A Docker Swarm is a group of either physical or virtual machines that are runnin
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://www.docker.com/'>Official Website</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Documentation' href='https://docs.docker.com/engine/swarm/'>Docker Swarm Documentation</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=Tm0Q5zr3FL4'>Docker Swarm Tutorial for Beginners</BadgeLink>
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://thenewstack.io/tutorial-manage-docker-swarm-with-portainer/'>Tutorial: Manage Docker Swarm with Portainer</BadgeLink>
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://thenewstack.io/tutorial-create-a-docker-swarm-with-persistent-storage-using-glusterfs/'>Tutorial: Create a Docker Swarm with Persistent Storage Using GlusterFS</BadgeLink>