Description
@libstash/n8n-nodes-portainer-docker
This is an n8n community node. It lets you use Portainer and Docker API (through Portainer) in your n8n workflows.
n8n is a fair-code licensed workflow automation platform.
Installation
Credentials
Compatibility
Operations
Resources
License
Installation
Follow the installation guide in the n8n community nodes documentation.
Credentials
You need access token from your Portainer instance to use this node.
Access token
1. Open your Portainer account My account.
2. Scroll to “Access tokens”.
3. And “+ Add access token”
4. Create token and copy it.
Refer to Creating an access token for more information.
Compatibility
Compatible with n8n@1.60.0 or later
Operations
Docker operations
- ✅List containers
- ✅Create a container
- Inspect a container
- List processes running inside a container
- Get container logs
- Get changes on a container’s filesystem
- Export a container
- Get container stats based on resource usage
- Resize a container TTY
- Start a container
- Stop a container
- Restart a container
- Kill a container
- Update a container
- Rename a container
- Pause a container
- Unpause a container
- Attach to a container
- Attach to a container via a websocket
- Wait for a container
- Remove a container
- Get information about files in a container
- Get an archive of a filesystem resource in a container
- Extract an archive of files or folders to a directory in a container
- Delete stopped containers
- List Images
- Build an image
- Delete builder cache
- Create an image
- Inspect an image
- Get the history of an image
- Push an image
- Tag an image
- Remove an image
- Search images
- Delete unused images
- Check auth configuration
- Get system information
- Get version
- Ping
- Ping
- Create a new image from a container
- Monitor events
- Get data usage information
- Export an image
- Export several images
- Import images
- Create an exec instance
- Start an exec instance
- Resize an exec instance
- Inspect an exec instance
- List volumes
- Create a volume
- Inspect a volume
- Update a volume. Valid only for Swarm cluster volumes
- Remove a volume
- Delete unused volumes
- List networks
- Inspect a network
- Remove a network
- Create a network
- Connect a container to a network
- Disconnect a container from a network
- Delete unused networks
- List plugins
- Get plugin privileges
- Install a plugin
- Inspect a plugin
- Remove a plugin
- Enable a plugin
- Disable a plugin
- Upgrade a plugin
- Create a plugin
- Push a plugin
- Configure a plugin
- List nodes
- Inspect a node
- Delete a node
- Update a node
- Inspect swarm
- Initialize a new swarm
- Join an existing swarm
- Leave a swarm
- Update a swarm
- Get the unlock key
- Unlock a locked manager
- List services
- Create a service
- Inspect a service
- Delete a service
- Update a service
- Get service logs
- List tasks
- Inspect a task
- Get task logs
- List secrets
- Create a secret
- Inspect a secret
- Delete a secret
- Update a Secret
- List configs
- Create a config
- Inspect a config
- Delete a config
- Update a Config
- Get image information from the registry
- Initialize interactive session