docker/remote

Verified Publisher

By Docker, Inc.

Updated almost 9 years ago

Securely access remote Docker clusters

Image
Networking
Security
Integration & delivery
2

3.1K

docker/remote repository overview

docker/remote

Securely access remote Docker clusters

Usage

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
[...]

Building

To build the client image docker/remote:client, run:

make client-image

To build the server image docker/remote:server, run:

make server-image

Tag summary

Content type

Image

Digest

Size

38.8 MB

Last updated

almost 9 years ago

docker pull docker/remote

This week's pulls

Pulls:

128

Last week