Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

[19.03 backport] rootless: allow exposing dockerd TCP socket easily#300

Merged
andrewhsu merged 1 commit intodocker-archive:19.03from
AkihiroSuda:rootlesskit-060-1903
Aug 8, 2019
Merged

[19.03 backport] rootless: allow exposing dockerd TCP socket easily#300
andrewhsu merged 1 commit intodocker-archive:19.03from
AkihiroSuda:rootlesskit-060-1903

Conversation

@AkihiroSuda
Copy link

backport of moby#39493

eg.

  $ DOCKERD_ROOTLESS_ROOTLESSKIT_FLAGS="-p 0.0.0.0:2376:2376/tcp" \
   dockerd-rootless.sh --experimental \
   -H tcp://0.0.0.0:2376 \
   --tlsverify --tlscacert=ca.pem --tlscert=cert.pem --tlskey=key.pem

This commit bumps up RootlessKit from v0.4.1 to v0.6.0:
rootless-containers/rootlesskit@27a0c7a...2fcff6c

Signed-off-by: Akihiro Suda <[email protected]>
(cherry picked from commit 34f4729)
Signed-off-by: Akihiro Suda <[email protected]>
Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@thaJeztah thaJeztah modified the milestones: 19.03.1, 19.03.2 Jul 30, 2019
Copy link

@andrewhsu andrewhsu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@andrewhsu andrewhsu merged commit 439ed14 into docker-archive:19.03 Aug 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants