Swarm operations roles¶
The following describes the set of operations (calls) that you can execute to the Swarm resources. Each permission corresponds to a CLI command and enables the user to execute that command. Refer to the Docker CLI documentation for a complete list of commands and examples.
Operation |
Command |
Description |
---|---|---|
Config |
|
Manage Docker configurations. |
Container |
|
Manage Docker containers. |
Container |
|
Create a new container. |
Container |
|
Create new containers. |
Container |
|
Update configuration of one or more containers. Using this command can also prevent containers from consuming too many resources from their Docker host. |
Container |
|
Remove one or more containers. |
Image |
|
Remove one or more containers. |
Image |
|
Remove one or more images. |
Network |
|
Manage networks. You can use child commands to create, inspect, list, remove, prune, connect, and disconnect networks. |
Node |
|
Manage Swarm nodes. |
Secret |
|
Manage Docker secrets. |
Service |
|
Manage services. |
Volume |
|
Create a new volume that containers can consume and store data in. |
Volume |
|
Remove one or more volumes. Users cannot remove a volume that is in use by a container. |