GitHub - portainer/agent: The Portainer agent
https://github.com/portainer/agentThe Portainer Agent is a workaround for a Docker API limitation when using the Docker API to manage a Docker environment. The user interactions with specific resources (containers, networks, volumes and images) are limited to those available on the node targeted by the Docker API request. Docker Swarm mode introduces a concept which is the ...
Docker Hub
https://hub.docker.com/r/portainer/agent/#!Docker Swarm mode introduce the concept of cluster of Docker nodes. With that concept, it also introduces the services, tasks, configs and secrets which are cluster aware resources. This means that you can query for the list of service or inspect a task inside any node on the cluster as long as you're executing the Docker API request on a ...