Deploy on Swarm Video

pull/130/head
Sam Dulam 2021-03-23 11:54:55 +13:00
parent 28419e0714
commit 22d4763c31
2 changed files with 13 additions and 1 deletions

View File

@ -17,12 +17,20 @@
.md-header-nav__button.md-logo img, .md-header-nav__button.md-logo svg {
display: block;
width: 6rem;
width: rem;
height: 1.2rem;
fill: currentColor;
margin-top: -8px;
}
.md-header__button.md-logo img, .md-header__button.md-logo svg {
display: block;
width: rem;
height: 1.2rem;
fill: currentColor;
margin-top: -8px;
}
.md-header-nav__button.md-logo {
margin: .2rem;
padding: .4rem;

View File

@ -3,6 +3,10 @@ hide: toc
---
# :fontawesome-brands-docker: Deploying Portainer CE in Docker Swarm
<div class="video-wrapper">
<iframe width="1280" height="720" src="https://www.youtube.com/embed/L80QDuix5RE" frameborder="0" allowfullscreen></iframe>
</div>
Portainer is comprised of two elements, the Portainer Server, and the Portainer Agent. Both elements run as lightweight Docker containers on a Docker engine or within a Swarm cluster. Due to the nature of Docker, there are many possible deployment scenarios, however, we have detailed the most common below. Please use the scenario that matches your configuration.
Note that the recommended deployment mode when using Swarm is using the Portainer Agent.