Node/Docker
Docker lifecycle operations on a target node.
📄️ Create a container
Create a new container on the target node. Returns a job ID for tracking the asynchronous operation.
📄️ List containers
List containers on the target node, optionally filtered by state.
📄️ Inspect a container
Get detailed information about a specific container.
📄️ Remove a container
Remove a container from the target node. Use the force query parameter to remove a running container.
📄️ Start a container
Start a stopped container on the target node.
📄️ Stop a container
Stop a running container on the target node. Optionally specify a timeout before the container is killed.