Securely access remote Docker clusters
3.1K
Securely access remote Docker clusters
On the remote Docker CE/EE cluster to give access to:
$ docker run -it --rm -e DOCKER_HOST docker/remote:server
Setting things up... done!
Share this token with the person you want to give access to this cluster:
3j8WYoa5PZxomhvBvDmaB
Incoming requests will appear below. To stop, just press Control+C.
-> GET /container/json
-> GET /services
On the client machine:
$ docker run -it --rm docker/remote:client
Please enter the token to connect to: 3j8WYoa5PZxomhvBvDmaB
Connecting... done!
$ docker ps
[...]
To build the client image docker/remote:client, run:
make client-image
To build the server image docker/remote:server, run:
make server-image
Content type
Image
Digest
Size
38.8 MB
Last updated
almost 9 years ago
docker pull docker/remotePulls:
128
Last week