8000 /var/lib/docker/images: no such file or directory · Issue #71 · moby/moby · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

/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

Closed
metalivedev opened this issue Mar 14, 2013 · 4 comments
Closed

/var/lib/docker/images: no such file or directory #71

metalivedev opened this issue Mar 14, 2013 · 4 comments
Milestone

Comments

@metalivedev
Copy link
Contributor

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.

@ghost ghost assigned chooper Mar 14, 2013
@chooper
Copy link
Contributor
chooper commented Mar 14, 2013

Grabbing

@chooper
Copy link
Contributor
chooper commented Mar 14, 2013
chooper@chimay:~/projects/docker$ sudo rm -fr /var/lib/docker
chooper@chimay:~/projects/docker$ sudo ./bin/docker run -a base echo hi
2013/03/14 01:38:37 mkdir /var/lib/docker/images: no such file or directory

@chooper
Copy link
Contributor
chooper commented Mar 14, 2013

Fixed in my fork. Tests pass. Pull request inbound.

chooper@chimay:~/projects/docker$ sudo rm -fr /var/lib/docker
chooper@chimay:~/projects/docker$ sudo ./bin/docker run -a base echo hi
2013/03/14 01:46:03 docker run -a base echo hi
Downloading from http://s3.amazonaws.com/docker.io/images/base
Unpacking to base
88627878/88627878 (100%)
8b76d03161f3266e
hi

@chooper
Copy link
Contributor
chooper commented Mar 14, 2013

Merged

@chooper chooper closed this as completed Mar 14, 2013
creack added a commit that referenced this issue Nov 26, 2013
mrunalp pushed a commit to mrunalp/docker that referenced this issue Mar 15, 2016
Ensure that we join all the cgroups
tonistiigi pushed a commit that referenced this issue Jan 11, 2017
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0