dicer remote
Manage the daemons this client talks to
Synopsis
Manage the daemons this client talks to.
The built-in remote “local” is the daemon on this machine, on its socket. A daemon on another machine is added with its address, and with the TLS material that verifies it and identifies this client to it.
dicer remote [flags]Options
-h, --help help for remoteOptions inherited from parent commands
-D, --debug Trace every call to the daemon on stderr (or set $DICER_DEBUG)
-r, --remote string Daemon to talk to: a remote's name, or an address (unix:///PATH or HOST:PORT) (default $DICER_REMOTE, then the current remote, then local)
--timeout duration Give up on a call to the daemon after this long, e.g. 30s (0: never; streams such as logs -f and exec are not bounded)SEE ALSO
- dicer - Run virtual machines from container images
- dicer remote create - Add a daemon to talk to
- dicer remote delete - Forget a remote
- dicer remote list - List remotes
- dicer remote use - Make a remote the current one