-
Notifications
You must be signed in to change notification settings - Fork 76
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 install update #7
Comments
Worked for me; thank you! |
Mine wasn't working until I edited my unit file at Hope this helps! |
Samuel's fix worked for me! Thank you so much! |
I previously "fixed" the problem by rerunning the install procedure. However I noticed that the fix worked because the |
I've done everything suggested here. I "fixed" Docker after rerunning the install procedure and it worked until it didn't 15 minutes later. I have almost no idea why it broke. Then, I tried to fix it by rerunning the install procedure and when that didn't work I attempted Samuel's fix and checked that everything from bin was moved to .local/bin and put the command DOCKER_HOST=unix:///run/user/1001/docker.sock in my .bashrc file. After running systemctl --user start docker I have no errors pop up, but when I try docker run ubuntu I get this classic error message: "docker: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/create: dial unix /var/run/docker.sock: connect: permission denied. See 'docker run --help'.". I've tried exiting, restarting multiple times and everything. Please help :') |
@amytam01 It's a rather hard to read your post since all your commands are intermixed with normal text... but it looks like you are running the command
when you should be using the
Also, the string that you have to the right of the
it should set the variable correctly. |
So I've ironed out some of the initial problems as mentioned by @mikeizbicki and ended up redoing the entire process and now have the correct Now when I run Edit: I've learned so much about docker commands and process after all of these issues, but I still can't get it to work xD |
@amytam01 Have you also updated your
The fact that your error message begins with |
So I did as you suggested, and realized that I didn't update this copied and pasted version of my problem. My current issue is that I'm getting is |
@amytam01 I'll probably need to look at this over zoom with you to keep making progress. But the "nuclear" option is to delete everything in your home folder. And use |
@mikeizbicki I just ran into a similar issue as @amytam01 for some unknown reason, but trying the nuclear option didn't help at all. Need help!!! |
@hfaara18 Without showing me what commands you are running and the corresponding error messages, there's no way for me to help. |
In class today, I had a problem getting the rootless docker system installed. I just reran the install procedure and now everything is working fine... I have no idea what has caused this change, but hopefully the install will work for you all now too.
The text was updated successfully, but these errors were encountered: