Add docker node
Create a docker-compose file and add
version: '3.3'
services:
agent:
ports:
- '9001:9001'
container_name: portainer_agent
restart: always
volumes:
- '/var/run/docker.sock:/var/run/docker.sock'
- '/var/lib/docker/volumes:/var/lib/docker/volumes'
image: 'portainer/agent:2.10.0'
Log in to portainer -> Environment -> Add environment

Connect to the remote agent

Last updated
Was this helpful?