Skip to content

Tags: AkihiroSuda/docker

Tags

bind-nonrecursive-swarm.20190223

Toggle bind-nonrecursive-swarm.20190223's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
service: support --mount type=bind,bind-nonrecursive

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>

rootless.20181016-2

Toggle rootless.20181016-2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
allow running `dockerd` in an unprivileged user namespace (rootless m…

…ode)

Please refer to `docs/rootless.md`.

TLDR:
 * Make sure `/etc/subuid` and `/etc/subgid` contain the entry for you
 * `dockerd-rootless.sh --experimental`
 * `docker -H unix://$XDG_RUNTIME_DIR/docker.sock run ...`

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>

rootless.20181016-1

Toggle rootless.20181016-1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
allow running `dockerd` in an unprivileged user namespace (rootless m…

…ode)

Please refer to `docs/rootless.md`.

TLDR:
 * Make sure `/etc/subuid` and `/etc/subgid` contain the entry for you
 * `dockerd-rootless.sh --experimental`
 * `docker -H unix://$XDG_RUNTIME_DIR/docker.sock run ...`

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>

rootless.20181016-0

Toggle rootless.20181016-0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
allow running `dockerd` in an unprivileged user namespace (rootless m…

…ode)

Please refer to `docs/rootless.md`.

TLDR:
 * Make sure `/etc/subuid` and `/etc/subgid` contain the entry for you
 * `dockerd-rootless.sh --experimental`
 * `docker -H unix://$XDG_RUNTIME_DIR/docker.sock run ...`

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>

rootless.20181015-1

Toggle rootless.20181015-1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
allow running `dockerd` in an unprivileged user namespace (rootless m…

…ode)

Please refer to `docs/rootless.md`.

TLDR:
 * Make sure `/etc/subuid` and `/etc/subgid` contain the entry for you
 * `dockerd-rootless.sh --experimental`
 * `docker -H unix://$XDG_RUNTIME_DIR/docker.sock run ...`

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>

rootless.20181015-0

Toggle rootless.20181015-0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
allow running `dockerd` in an unprivileged user namespace (rootless m…

…ode)

Please refer to `docs/rootless.md`.

TLDR:
* Make sure `/etc/subuid` and `/etc/subgid` contain the entry for you
* `dockerd-rootless.sh --experimental`
* `docker -H unix://$XDG_RUNTIME_DIR/docker.sock run ...`

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>

non-recursive-bind.20181010

Toggle non-recursive-bind.20181010's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
mount: add BindOptions.NoRecursive (API v1.40)

This allows non-recursive bind-mount, i.e. mount(2) with "bind" rather than "rbind".

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>

rootless.20181004

Toggle rootless.20181004's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
allow running `dockerd` in an unprivileged user namespace (rootless m…

…ode)

Please refer to `docs/rootless.md`.

TLDR:
* Make sure `/etc/subuid` and `/etc/subgid` contain the entry for you
* `dockerd-rootless.sh --experimental`
* `docker -H unix://$XDG_RUNTIME_DIR/docker.sock run ...`

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>

rootless.20181003

Toggle rootless.20181003's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
allow running `dockerd` in an unprivileged user namespace (rootless m…

…ode)

Please refer to docs/rootless.md

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>