-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error starting daemon:... invalid cross-device link #230
Comments
Also facing this same issue. Trying to run docker inside docker container. But it is failing and the log says this line.
|
Is Start an docker run -it --rm --privileged -v /var/lib/docker ubuntu:artful inside the container; apt-get update && apt-get install -y curl && curl -fsSL https://get.docker.com | sh
dockerd&
docker run hello-world |
The simple fix of this issue is just to remove |
it worked! |
I also trouble in the problem when i try to run a docker in docker |
┗|'O′|┛ Wha~~, you really helped me a lot, I have to thank you even if I don't eat |
Should be fixed as moby/moby#43225 merged |
On Ubuntu Artful's docker image I'm unable to install and start docker service
Expected behavior
Working (enabled and started
dockerd
)Actual behavior
Following message in
/var/log/docker.log
Steps to reproduce the behavior
install docker in running container using steps from docker-ce doc
docker won't start (on e.g. Debian images it works flawlessly)
Output of
docker version
:dockerd
is not runningOutput of
docker info
:dockerd
is not runningAdditional environment details (AWS, VirtualBox, physical, etc.)
dockerd
is not runningThe text was updated successfully, but these errors were encountered: