Changes

Jump to: navigation, search

Docker

440 bytes removed, 20:10, 30 July 2018
no edit summary
[[Docker Swarm on AWS]]
 
[[Stateful load-balancing in swarm]]
=Swarm Classic VS Swarm mode=
So, if you are using Swarm mode in Docker 1.12, you need to stop thinking about Containers (and trying to interact with the containers that make up a service) and rather, manage the service and tasks.
In Portainer.io, we exhibit the same behaviour as above, so if you click on “containers” you will only see the container running on the Docker Master Host, not the containers running across all hosts in a swarm. You need to click on Services and then drill down into tasks to see the backing containers and where they are running (but you still cannot interact with them). We are currently investigating a workaround where we can concurrently query each host that makes up a swarm cluster and create a single aggregated view, but this would be specific to Portainer and not a native Docker feature.

Navigation menu