Skip to content

Conversation

cyphar
Copy link
Contributor

@cyphar cyphar commented Jan 20, 2016

dockerinit has been in Docker since (AFAIK) the very beginning. It was once used by the LXC driver to set up containers. LXC has long since been removed and dockerinit has no real use anymore.

This could technically be included in 1.10, but we should probably wait until after the release (although, it would be nice to remove LXC and the former LXC hack known as dockerinit in the same version).

Closes #18355

Signed-off-by: Aleksa Sarai asarai@suse.com

@cyphar
Copy link
Contributor Author

cyphar commented Jan 21, 2016

All the tests pass, so after the engine-api stuff is merged, we can merge this.

@hqhq
Copy link
Contributor

hqhq commented Jan 21, 2016

Glad to see we'll finally remove dockerinit, ping @tianon for reviewing.

@@ -22,7 +22,7 @@ clone git github.com/vdemeester/shakers 3c10293ce22b900c27acad7b28656196fcc2f73b
clone git golang.org/x/net 47990a1ba55743e6ef1affd3a14e5bac8553615d https://github.com/golang/net.git
clone git github.com/docker/go-units 651fc226e7441360384da338d0fd37f2440ffbe3
clone git github.com/docker/go-connections v0.1.2
clone git github.com/docker/engine-api v0.2.2
clone git github.com/docker/engine-api remove-dockerinit https://github.com/cyphar/engine-api
Copy link
Member

Choose a reason for hiding this comment

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

There's a PR open for this change, right? (On my phone now or I'd check directly)

Copy link
Member

Choose a reason for hiding this comment

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

@tianon
Copy link
Member

tianon commented Jan 21, 2016

I love it!

@LK4D4
Copy link
Contributor

LK4D4 commented Jan 21, 2016

Very cool!

@cyphar cyphar force-pushed the remove-dockerinit branch 2 times, most recently from aee269e to ecbaecb Compare January 21, 2016 20:27
@cyphar
Copy link
Contributor Author

cyphar commented Jan 21, 2016

It looks like there's some outstanding issues with switching to libseccomp-dev instead of building libseccomp. I'll leave those for another PR.

@cyphar cyphar force-pushed the remove-dockerinit branch from ecbaecb to b57319f Compare January 21, 2016 20:49
@tianon
Copy link
Member

tianon commented Jan 21, 2016 via email

@LK4D4
Copy link
Contributor

LK4D4 commented Jan 21, 2016

Yeah, I think it's enough for this PR :) Thanks @cyphar

@cyphar
Copy link
Contributor Author

cyphar commented Jan 21, 2016

@tianon @LK4D4 docker-archive-public/docker.engine-api#53 is waiting on this to move out of design review before merging.

@LK4D4
Copy link
Contributor

LK4D4 commented Jan 21, 2016

@cyphar @calavera I moved it to code-review

@estesp
Copy link
Contributor

estesp commented Jan 21, 2016

LGTM

@thaJeztah
Copy link
Member

@cyphar (and others here) w.r.t. the vendoring; we recently moved the "vendor" check to a separate check in CI; that allows you to include the changed vendor files as part of your PR, without making the tests fail (just the "vendor" check will fail; making it more apparent that we should not merge)

@thaJeztah
Copy link
Member

Is this something to be considered? #18355 (comment)

@cyphar
Copy link
Contributor Author

cyphar commented Jan 22, 2016

@thaJeztah So you're saying I shouldn't update vendor.sh and just manually patch it? As for @rhatdan's comment, I'm not really sure what he means by "alternate docker binaries".

@thaJeztah
Copy link
Member

@cyphar yes, I think that works; that we can review design/code changes, after that, the PR in the other repository can be merged, vendor.sh can be updated (and run) to get the "real" vendor changes in.

@thaJeztah
Copy link
Member

For now, this is fine, but I think that's a workflow that may work well (we're still getting used to the new repositories, so bear with us 😄)

@rhatdan
Copy link
Contributor

rhatdan commented Jan 22, 2016

@cyphar I was talking about things like hooks.d, which we would like to be able to execute from inside of docker containers. We were looking at the location of dockerinit to figure out where to install a hook. This is not a big deal, we will just move our hooks to be installed in /usr/lib/docker/ going forward, which seems to be the new standard for distributions, of where to launch helper applications.

@cyphar cyphar force-pushed the remove-dockerinit branch from b57319f to 1843195 Compare January 23, 2016 01:53
moul added a commit to moul/os-rootfs that referenced this pull request May 14, 2016
moul added a commit to moul/image-builder-raw that referenced this pull request May 14, 2016
moul added a commit to moul/image-builder-rpi that referenced this pull request May 14, 2016
moul added a commit to moul/ship-it that referenced this pull request May 14, 2016
moul added a commit to moul/ship-it that referenced this pull request May 14, 2016
moul added a commit to moul/gitlab-ci that referenced this pull request May 14, 2016
moul added a commit to moul/kythe that referenced this pull request May 14, 2016
moul added a commit to moul/cloudstack that referenced this pull request May 14, 2016
moul added a commit to moul/cloudstack that referenced this pull request May 14, 2016
StefanScherer added a commit to hypriot/image-builder-rpi that referenced this pull request May 15, 2016
Compabitility fix for Docker >= 1.11 (moby/moby#19490)
DieterReuter added a commit to hypriot/image-builder-raw that referenced this pull request May 15, 2016
Compabitility fix for Docker >= 1.11 (moby/moby#19490)
rail pushed a commit to mozilla-releng/ship-it-archived that referenced this pull request May 15, 2016
Compabitility fix for Docker >= 1.11 (moby/moby#19490)"
moul added a commit to moul/cloudstack that referenced this pull request Jun 30, 2016
sipwise-jenkins pushed a commit to sipwise/rate-o-mat that referenced this pull request Aug 30, 2016
…check accordingly

File /.dockerinit no longer exists. With Docker versions 1.11 and
1.12 there's /.dockerenv available, though it's not yet sure
whether this will be present in the future too, so check for either
/.dockerenv or a proper cgroup setup inside the docker container.
File /proc/1/cgroup with Docker version 1.12.1 on Debian/jessie
looks like:

| root@4c3a1c6d773c:/# cat /proc/1/cgroup
| 8:freezer:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 7:perf_event:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 6:net_cls,net_prio:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 5:cpuset:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 4:blkio:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 3:cpu,cpuacct:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 2:devices:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 1:name=systemd:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145

See moby/moby#18355 and
moby/moby#19490 for details.

Change-Id: I2d649f65c8bba50193171ec7fbfd20160ddfc319
sipwise-jenkins pushed a commit to sipwise/ngcp-panel that referenced this pull request Aug 30, 2016
…check accordingly

File /.dockerinit no longer exists. With Docker versions 1.11 and
1.12 there's /.dockerenv available, though it's not yet sure
whether this will be present in the future too, so check for either
/.dockerenv or a proper cgroup setup inside the docker container.
File /proc/1/cgroup with Docker version 1.12.1 on Debian/jessie
looks like:

| root@4c3a1c6d773c:/# cat /proc/1/cgroup
| 8:freezer:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 7:perf_event:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 6:net_cls,net_prio:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 5:cpuset:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 4:blkio:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 3:cpu,cpuacct:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 2:devices:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 1:name=systemd:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145

See moby/moby#18355 and
moby/moby#19490 for details.

Change-Id: I79fff0eead1a11f80b461791b2285a65d706262a
asfgit pushed a commit to apache/cloudstack that referenced this pull request Oct 13, 2016
Compabitility fix for Docker >= 1.11 (moby/moby#19490)

* pr/1548:
  Compabitility fix for Docker >= 1.11 (moby/moby#19490)

Signed-off-by: Rajani Karuturi <rajani.karuturi@accelerite.com>
sipwise-jenkins pushed a commit to sipwise/ngcp-panel that referenced this pull request Oct 21, 2016
…check accordingly

File /.dockerinit no longer exists. With Docker versions 1.11 and
1.12 there's /.dockerenv available, though it's not yet sure
whether this will be present in the future too, so check for either
/.dockerenv or a proper cgroup setup inside the docker container.
File /proc/1/cgroup with Docker version 1.12.1 on Debian/jessie
looks like:

| root@4c3a1c6d773c:/# cat /proc/1/cgroup
| 8:freezer:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 7:perf_event:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 6:net_cls,net_prio:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 5:cpuset:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 4:blkio:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 3:cpu,cpuacct:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 2:devices:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 1:name=systemd:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145

See moby/moby#18355 and
moby/moby#19490 for details.

Change-Id: I79fff0eead1a11f80b461791b2285a65d706262a
(cherry picked from commit 6d35b85)
sipwise-jenkins pushed a commit to sipwise/ngcp-panel that referenced this pull request Oct 21, 2016
…check accordingly

File /.dockerinit no longer exists. With Docker versions 1.11 and
1.12 there's /.dockerenv available, though it's not yet sure
whether this will be present in the future too, so check for either
/.dockerenv or a proper cgroup setup inside the docker container.
File /proc/1/cgroup with Docker version 1.12.1 on Debian/jessie
looks like:

| root@4c3a1c6d773c:/# cat /proc/1/cgroup
| 8:freezer:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 7:perf_event:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 6:net_cls,net_prio:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 5:cpuset:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 4:blkio:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 3:cpu,cpuacct:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 2:devices:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 1:name=systemd:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145

See moby/moby#18355 and
moby/moby#19490 for details.

Change-Id: I79fff0eead1a11f80b461791b2285a65d706262a
(cherry picked from commit 6d35b85)
ds82 added a commit to rea-jet/is-docker that referenced this pull request Oct 27, 2016
docker removed /.dockerinit file and /.dockerenv is kind of deprecated.
This change therefore checks for /.dockerenv and the cgroup

See:
moby/moby#18355
moby/moby#19490
ds82 added a commit to rea-jet/is-docker that referenced this pull request Oct 27, 2016
docker removed /.dockerinit file and /.dockerenv is kind of deprecated.
This change therefore checks for /.dockerenv and the cgroup

See:
moby/moby#18355
moby/moby#19490
rspeicher pushed a commit to gitlabhq/gitlabhq that referenced this pull request Dec 9, 2016
sipwise-jenkins pushed a commit to sipwise/ngcp-panel that referenced this pull request Jan 29, 2018
…check accordingly

The fix is comming from Mantis ticket 22099.

File /.dockerinit no longer exists. With Docker versions 1.11 and
1.12 there's /.dockerenv available, though it's not yet sure
whether this will be present in the future too, so check for either
/.dockerenv or a proper cgroup setup inside the docker container.
File /proc/1/cgroup with Docker version 1.12.1 on Debian/jessie
looks like:

| root@4c3a1c6d773c:/# cat /proc/1/cgroup
| 8:freezer:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 7:perf_event:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 6:net_cls,net_prio:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 5:cpuset:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 4:blkio:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 3:cpu,cpuacct:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 2:devices:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 1:name=systemd:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145

See moby/moby#18355 and
moby/moby#19490 for details.

Change-Id: I79fff0eead1a11f80b461791b2285a65d706262a
(cherry picked from commit 6d35b85)
(cherry picked from commit 8a9bb07)
sipwise-jenkins pushed a commit to sipwise/ngcp-panel that referenced this pull request Jan 29, 2018
…check accordingly

The fix is comming from Mantis ticket 22099.

File /.dockerinit no longer exists. With Docker versions 1.11 and
1.12 there's /.dockerenv available, though it's not yet sure
whether this will be present in the future too, so check for either
/.dockerenv or a proper cgroup setup inside the docker container.
File /proc/1/cgroup with Docker version 1.12.1 on Debian/jessie
looks like:

| root@4c3a1c6d773c:/# cat /proc/1/cgroup
| 8:freezer:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 7:perf_event:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 6:net_cls,net_prio:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 5:cpuset:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 4:blkio:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 3:cpu,cpuacct:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 2:devices:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 1:name=systemd:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145

See moby/moby#18355 and
moby/moby#19490 for details.

Change-Id: I79fff0eead1a11f80b461791b2285a65d706262a
(cherry picked from commit 6d35b85)
(cherry picked from commit 8a9bb07)
sipwise-jenkins pushed a commit to sipwise/ngcp-panel that referenced this pull request Jan 29, 2018
…check accordingly

The fix is comming from Mantis ticket 22099.

File /.dockerinit no longer exists. With Docker versions 1.11 and
1.12 there's /.dockerenv available, though it's not yet sure
whether this will be present in the future too, so check for either
/.dockerenv or a proper cgroup setup inside the docker container.
File /proc/1/cgroup with Docker version 1.12.1 on Debian/jessie
looks like:

| root@4c3a1c6d773c:/# cat /proc/1/cgroup
| 8:freezer:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 7:perf_event:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 6:net_cls,net_prio:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 5:cpuset:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 4:blkio:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 3:cpu,cpuacct:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 2:devices:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 1:name=systemd:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145

See moby/moby#18355 and
moby/moby#19490 for details.

Change-Id: I79fff0eead1a11f80b461791b2285a65d706262a
(cherry picked from commit 6d35b85)
sipwise-jenkins pushed a commit to sipwise/ngcp-panel that referenced this pull request Jan 29, 2018
…check accordingly

The fix is comming from Mantis ticket 22099.

File /.dockerinit no longer exists. With Docker versions 1.11 and
1.12 there's /.dockerenv available, though it's not yet sure
whether this will be present in the future too, so check for either
/.dockerenv or a proper cgroup setup inside the docker container.
File /proc/1/cgroup with Docker version 1.12.1 on Debian/jessie
looks like:

| root@4c3a1c6d773c:/# cat /proc/1/cgroup
| 8:freezer:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 7:perf_event:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 6:net_cls,net_prio:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 5:cpuset:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 4:blkio:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 3:cpu,cpuacct:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 2:devices:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 1:name=systemd:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145

See moby/moby#18355 and
moby/moby#19490 for details.

Change-Id: I79fff0eead1a11f80b461791b2285a65d706262a
(cherry picked from commit 6d35b85)
(cherry picked from commit 8a9bb07)
sipwise-jenkins pushed a commit to sipwise/ngcp-panel that referenced this pull request Jan 29, 2018
…check accordingly

The fix is comming from Mantis ticket 22099.

File /.dockerinit no longer exists. With Docker versions 1.11 and
1.12 there's /.dockerenv available, though it's not yet sure
whether this will be present in the future too, so check for either
/.dockerenv or a proper cgroup setup inside the docker container.
File /proc/1/cgroup with Docker version 1.12.1 on Debian/jessie
looks like:

| root@4c3a1c6d773c:/# cat /proc/1/cgroup
| 8:freezer:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 7:perf_event:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 6:net_cls,net_prio:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 5:cpuset:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 4:blkio:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 3:cpu,cpuacct:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 2:devices:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 1:name=systemd:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145

See moby/moby#18355 and
moby/moby#19490 for details.

Change-Id: I79fff0eead1a11f80b461791b2285a65d706262a
(cherry picked from commit 6d35b85)
(cherry picked from commit 8a9bb07)
sipwise-jenkins pushed a commit to sipwise/ngcp-panel that referenced this pull request Jan 29, 2018
…check accordingly

The fix is comming from Mantis ticket 22099.

File /.dockerinit no longer exists. With Docker versions 1.11 and
1.12 there's /.dockerenv available, though it's not yet sure
whether this will be present in the future too, so check for either
/.dockerenv or a proper cgroup setup inside the docker container.
File /proc/1/cgroup with Docker version 1.12.1 on Debian/jessie
looks like:

| root@4c3a1c6d773c:/# cat /proc/1/cgroup
| 8:freezer:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 7:perf_event:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 6:net_cls,net_prio:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 5:cpuset:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 4:blkio:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 3:cpu,cpuacct:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 2:devices:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145
| 1:name=systemd:/docker/4c3a1c6d773c1a5675f24ff58540ff1a290489e7325e1e66ec2c3392aa3a1145

See moby/moby#18355 and
moby/moby#19490 for details.

Change-Id: I79fff0eead1a11f80b461791b2285a65d706262a
(cherry picked from commit 6d35b85)
(cherry picked from commit 8a9bb07)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.