-
Notifications
You must be signed in to change notification settings - Fork 18.8k
/var/lib/docker/images: no such file or directory #71
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
Milestone
Comments
Grabbing |
|
Fixed in my fork. Tests pass. Pull request inbound.
|
Merged |
mrunalp
pushed a commit
to mrunalp/docker
that referenced
this issue
Mar 15, 2016
Ensure that we join all the cgroups
vvoland
pushed a commit
to vvoland/moby
that referenced
this issue
Aug 23, 2022
daemon: containerStart() keep container's snapshotter
crazy-max
pushed a commit
to crazy-max/moby
that referenced
this issue
Sep 29, 2022
daemon: containerStart() keep container's snapshotter Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following the instructions in the Readme, tried to run
sudo ./docker import base
which fails because there is no base image.The error message is "mkdir /var/lib/docker/images: no such file or directory"
Ken indicated to run
sudo ./docker pull base
which also failed.Then tried as a daemon,
sudo ./docker -d &
and this tried to create the directory and failed as well.Please test on a clean system.
The text was updated successfully, but these errors were encountered: