Docker Swarm Deploy and Portainer | Scale Docker, and easy WebUI Management!

preview_player
Показать описание
NOTE: As advised by Portainer, please use the "portainer/portainer-ce" image, which is 2.x version, not the older "portainer" tag you see in the compose file here!

I put a lot of time in to these videos, and your support is appreciated to ensure I keep making high-quality content that’s helpful and educational to you!

Deploy Portainer on Docker Swarm easily with proper Compose file! This will place a Portainer Agent container on each node, and deploy the WebUI container, all in one simple step! If you add more nodes in the future, it will automatically deploy the agent to the new node, so you can manage them in the Web UI! We'll start out with docker swarm join to add a worker node to our docker swarm cluster. Follow along!
Рекомендации по теме
Комментарии
Автор

I can use this info! Thanks for sharing! Cheers!

PennCarnice
Автор

Awesome video thanks. Did the other containers fail because they didn't have the volume mounted ? I would like a video on persistent storage between these two nodes, how to setup load balancing between the two, and how to do the exactly the same thing in Kubernetes. This way seems a good way to go for me, being a beginner.

blissweb
Автор

Thank you for the walk-through it was helpful to set one for myself. May you please do a walkthrough for overlay network and service mesh.

jimthomson
Автор

Question : what happened to container already on the node before you join the swarm (or init the swarm) ?? How to move stand alone docker container inside the swarm ?

chmickchmick
Автор

Will docker swarm abstract the nodes so they can behave like a single machine? For example I want to run a freqtrade hyperopt that uses all the pus and ram from all nodes.

MrClimateCriminal
Автор

"services.agent Additional property environment is not allowed"

SpookyLurker