docker context create myremote --docker host=tcp://10.0.0.5:2376

Category: Docker

docker context create myremote --docker host=tcp://10.0.0.5:2376

Create a context for a remote daemon

Defines a context pointing at a remote Docker daemon over TCP with TLS on port 2376. The ssh:// form tunnels through SSH instead. Select it with docker context use myremote.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.