docker remote forwards Docker commands to a Namespace instance. All arguments after remote are passed directly to the Docker CLI on the remote instance.
Usage
Example
List containers running on the remote instance:Output
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
docker remote forwards Docker commands to a Namespace instance. All arguments after remote are passed directly to the Docker CLI on the remote instance.
nsc docker remote [instance-id] -- <docker-args...>
nsc docker remote 85a32emcg99ii -- ps
CONTAINER ID IMAGE COMMAND CREATED STATUS NAMES
abc12345def myapp:latest "run..." 3 minutes ago Up 3 min myapp