Wait, you have Docker Desktop too. Did you install Docker CE in Ubuntu distribution as well or do you just want to use Docker Desktop from the Ubuntu distribution?
If you installed Docker CE in the Ubuntu distribution, how did you do that?
Yes, I installed Docker in Ubuntu, which is what I want to do. Install:
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
containerd.io is already the newest version (1.6.26-1).
docker-buildx-plugin is already the newest version (0.11.2-1~ubuntu.22.04~jammy).
docker-ce-cli is already the newest version (5:24.0.7-1~ubuntu.22.04~jammy).
docker-ce is already the newest version (5:24.0.7-1~ubuntu.22.04~jammy).
docker-compose-plugin is already the newest version (2.21.0-1~ubuntu.22.04~jammy).
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
[Redacted]:~$ sudo docker run hello-world
docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
how does to install on arch, i want the new one i just following Arch | Docker Docs these instruction and i got
docker
fish: Unknown command. ‘/usr/local/bin/docker’ exists but is not an executable file. i’m using arch linux distribution anyway garuda OS
please help
This topic is about Docker-CE on a WSL2 Ubuntu distribution.
Sine neither an official WSL2 Arch Linux distribution exists, nor an officially supported Docker-CE package on Arch Linux, how is your situation related to this topic?