Thank you very much. I tried to do an installation on my own but I didn't manage to get it to work. With your guide I could finally have it running in less than an hour.
Thanks for the detailed instructions and thanks for listing the longer steps in the description. Followed all the steps exactly and in order. Each step said installed successfully. But wsl -l lv says: "*Windows Subsystem for Linux has no installed distributions.*" So I tried 'wsl --update' and it said updating to version 2.2.24. Afterward I ran 'wsl -l -v' and was told, "*wsl : The term 'wsl' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.*" Arggg. Going to try using my admin login, instead of run as admin. Anyhow, is a problem on my end. Thx x2 for the steps.
It was only installation Rancher-desktop to prepare your windows for running Docker containers and use Kubernetes cluster. If there is special in your mind let me know and I will make a video for it. but I am preparing a full course for docker and kubernetes from scratch.
A video I've found on google tells me to run a search on google to find the solution of the problems he founds! :D Right, kidding (just a bit, would make a video a lot shorter if you just show the solution without the search:) but still well explained and interesting 👍
Yes, i agree with you. But when you go into a class for teaching, some students get subject quickly like you and some get the subject late like me. so we need to look them in one level. For that reason always i think still there some one like me :) that need to know why and from where we found solution. :) many Thanks for your comment
to verify: At first switch to root user with : *sudo -i* then run : *docker version* now if you do not see this error : *Cannot connect to the Docker daemon at unix:///var/run/docker.sock.* let me know to show you how fix it for your current user
Hi@@be-devops, I'm getting the same error could you show me hao to fix it? I'm connected as root # docker version Client: Version: 20.10.25 API version: 1.41 Go version: go1.18.1 Git commit: 20.10.25-0ubuntu1~22.04.1 Built: Fri Jul 14 21:58:09 2023 OS/Arch: linux/amd64 Context: default Experimental: true Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
@@ivonnenaranjo2649 please the status of docker # systemctl status docker if it is not in running status run: # systemctl start docker and i am sure it will solve it if not solved run: sudo dockerd
Thank you very much. I tried to do an installation on my own but I didn't manage to get it to work. With your guide I could finally have it running in less than an hour.
I am glad to hear that
a new follower from France. I do love your work. keep doing. tks a lot
Merci bq mon ami
much informative video. Thank you for sharing your knowledge
Thanks
thank you so much. it really helped me on my job.
Thanks
Thank you so much ... I appreciated your help
You are so welcome
great video! very helpful
It is my pleasure. very welcome
Thank you so much!
You save me, legend 💪🏼
Thanks for the detailed instructions and thanks for listing the longer steps in the description. Followed all the steps exactly and in order. Each step said installed successfully. But wsl -l lv says: "*Windows Subsystem for Linux has no installed distributions.*"
So I tried 'wsl --update' and it said updating to version 2.2.24. Afterward I ran 'wsl -l -v' and was told, "*wsl : The term 'wsl' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.*" Arggg. Going to try using my admin login, instead of run as admin. Anyhow, is a problem on my end. Thx x2 for the steps.
It's wonderful. can you post next steps also please.
It was only installation Rancher-desktop to prepare your windows for running Docker containers and use Kubernetes cluster. If there is special in your mind let me know and I will make a video for it. but I am preparing a full course for docker and kubernetes from scratch.
thank you so much
very welcome
Awesome
Thank u IT's bro. Works fine
great
where is the main page for rancher you skipped that part
when u search on google the page you get, will direct you to installation page. i don't know why you need main page?
A video I've found on google tells me to run a search on google to find the solution of the problems he founds! :D Right, kidding (just a bit, would make a video a lot shorter if you just show the solution without the search:) but still well explained and interesting 👍
Yes, i agree with you. But when you go into a class for teaching, some students get subject quickly like you and some get the subject late like me. so we need to look them in one level. For that reason always i think still there some one like me :) that need to know why and from where we found solution. :) many Thanks for your comment
I get below error, please help.
$ docker version
Client:
Version: 23.0.1-rd
API version: 1.42
Go version: go1.19.5
Git commit: 393499b
Built: Fri Feb 10 16:55:36 2023
OS/Arch: linux/amd64
Context: default
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Running
$ sudo dockerd
gives below error:
ERRO[2023-04-20T17:14:37.063407088+05:30] failed to initialize a tracing processor "otlp" error="no OpenTelemetry endpoint: skip plugin"
...
WARN[2023-04-20T17:14:38.351509465+05:30] grpc: addrConn.createTransport failed to connect to {unix:///var/run/docker/containerd/containerd.sock 0 }. Err :connection error: desc = "transport: Error while dialing dial unix:///var/run/docker/containerd/containerd.sock: timeout". Reconnecting... module=grpc
failed to start daemon: Error initializing network controller: error obtaining controller instance: unable to add return rule in DOCKER-ISOLATION-STAGE-1 chain: (iptables failed: iptables --wait -A DOCKER-ISOLATION-STAGE-1 -j RETURN: iptables v1.8.7 (nf_tables): RULE_APPEND failed (No such file or directory): rule in chain DOCKER-ISOLATION-STAGE-1
(exit status 4))
to verify:
At first switch to root user with : *sudo -i*
then run : *docker version*
now if you do not see this error : *Cannot connect to the Docker daemon at unix:///var/run/docker.sock.* let me know to show you how fix it for your current user
Hi@@be-devops, I'm getting the same error could you show me hao to fix it? I'm connected as root
# docker version
Client:
Version: 20.10.25
API version: 1.41
Go version: go1.18.1
Git commit: 20.10.25-0ubuntu1~22.04.1
Built: Fri Jul 14 21:58:09 2023
OS/Arch: linux/amd64
Context: default
Experimental: true
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
@@ivonnenaranjo2649
please the status of docker
# systemctl status docker
if it is not in running status run:
# systemctl start docker
and i am sure it will solve it
if not solved
run:
sudo dockerd