Skip to content
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

docker: mkdir /var/lib/docker/volumes/[my-profile]: read-only file system #6825

Closed
etanshaul opened this issue Feb 27, 2020 · 2 comments
Closed
Labels
co/docker-driver Issues related to kubernetes in container kind/bug Categorizes issue or PR as related to a bug. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete.

Comments

@etanshaul
Copy link

I ran into this error on OSX.

From offline chat with @medyagh we concluded it was a Docker issue, and a restart of Docker resolved the issue.

Opening this issue to formally track improving Minikube's output message to better guide the user (e.g. suggest a restart of Docker).

 minikube start --profile [my-profile] --keep-context true --wait false --vm-driver docker --interactive false
😄  [cloud-code-minikube] minikube v1.7.3 on Darwin 10.15.3
✨  Using the docker (experimental) driver based on user configuration
🔥  Creating Kubernetes in docker container with (CPUs=2), Memory=2000MB (16384MB available) ...

💣  Unable to start VM. Please investigate and run 'minikube delete' if possible: creating host: create: creating: create kic node: creating volume for cloud-code-minikube container: output Error response from daemon: create cloud-code-minikube: error while creating volume path '/var/lib/docker/volumes/[my-profile]/_data': mkdir /var/lib/docker/volumes/[my-profile]: read-only file system
: exit status 1

😿  minikube is exiting due to an error. If the above message is not useful, open an issue:
👉  https://github.com/kubernetes/minikube/issues/new/choose
@josedonizetti josedonizetti added the co/docker-driver Issues related to kubernetes in container label Mar 1, 2020
@medyagh
Copy link
Member

medyagh commented Mar 4, 2020

I agree and this will need to be adressed.

@medyagh medyagh added priority/backlog Higher priority than priority/awaiting-more-evidence. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. kind/bug Categorizes issue or PR as related to a bug. and removed priority/backlog Higher priority than priority/awaiting-more-evidence. labels Mar 4, 2020
@tstromberg tstromberg added the needs-solution-message Issues where where offering a solution for an error would be helpful label Mar 18, 2020
@tstromberg tstromberg changed the title Better guidance on output for Docker errors docker: mkdir /var/lib/docker/volumes/[my-profile]: read-only file system Mar 18, 2020
@tstromberg
Copy link
Contributor

Narrowing the scope down to something more tangible.

@tstromberg tstromberg removed the needs-solution-message Issues where where offering a solution for an error would be helpful label Apr 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/docker-driver Issues related to kubernetes in container kind/bug Categorizes issue or PR as related to a bug. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Projects
None yet
Development

No branches or pull requests

4 participants