Docker
CLI for managing Docker containers on target nodes -- create, list, inspect, start, stop, remove, exec, and pull.
📄️ Create
Create a new container on the target node from the specified image:
📄️ Exec
Execute a command inside a running container on the target node:
📄️ Inspect
Get detailed information about a specific container:
📄️ List
List containers on the target node:
📄️ Pull
Pull a container image on the target node:
📄️ Remove
Remove a container from the target node:
📄️ Start
Start a stopped container on the target node:
📄️ Stop
Stop a running container on the target node: