-
Notifications
You must be signed in to change notification settings - Fork 30
docker: run failure on named volumes, error setting label #2497
Comments
@sixcorners thanks for the report. This looks like an selinux-related issue on the daemon side of docker-ce. Can you please report it directly to the moby/moby upstream project? Anyway, I can confirm this is visible also on a plain beta without any swarm setup. I haven't looked at the moby+selinux code, but stracing the dockerd daemon shows that at some point an empty-string manages to get into the filesystem logic:
|
For reference the whole command and failure is:
|
Weird.. when I tried to reproduce it without swarm just -vtesting:/test it didn't work. |
I'm confirming this issue as present since Docker upgrade to 18.06.0; Alpha and Beta channel both currently have this bug. I only tried this with swarm mode though but good to know this also exists in non-swarm setups. |
I've built a torcx image with the upstream fix at: http://builds.developer.core-os.net/torcx/pkgs/amd64-usr/docker/c0f963f620a30dae112917e7396b8f2b89268c13f23055234e2006a2cdeb4096410bbc7d3c7b8d49b8556746898fa2f015d6b12196fd6fb008a508912448bf05/docker:18.06.torcx.tgz You can test it by saving it to This should be included in next week's releases if there are no issues with it. |
Issue Report
Bug
Container Linux Version
Environment
intel nuc nuc6i5syh
Expected Behavior
Container runs
Actual Behavior
Container stops with a status of "Created"
Reproduction Steps
Other Information
$ docker start
docker ps -laq
Error response from daemon: error setting label on mount source '': no such file or directory
Error: failed to start containers: 3432e46f5f82
Other people have reported the bug here:
docker/cli#1234
The text was updated successfully, but these errors were encountered: