About 21,200 results
Open links in new tab
  1. Docker Desktop fails on fresh installed Ubuntu24.04

    Aug 1, 2025 · dpkg: error: cannot access archive './docker-desktop-amd64.deb': No such file or directory sudo apt-get install ./docker-desktop-amd64.deb Reading package lists... Done E: …

  2. Getting Package docker-ce-cli is not available on Ubuntu 25.04

    Apr 16, 2025 · Aloha, I am trying to install docker as per the docker ubuntu docs and am getting errors Package docker-ce is not available, but is referred to by another package. This may …

  3. Snap in Dockerfile? - General - Docker Community Forums

    Jul 28, 2023 · does that mean that in future Ubuntu should be avoided as Docker image No. The Docker way for installing softwares was never the package manager and we usually don’t …

  4. Docker Desktop Installation on Ubuntu 22.04 Fails with Unmet ...

    Jan 30, 2024 · I then installed Ubuntu 22.04 on a SanDisk Extreme PRO USB 3.2 128GB Solid State Flash Drive from the LIVE Ubuntu 22.04 USB, performed the previous updates and …

  5. How can I install a specific version of the docker engine

    Jun 23, 2015 · if you want to install a specific version of a docker, you can run below command to find what all version of docker is present. apt-cache madison docker-ce #(for ubuntu)

  6. Unable ssh connect after installing docker

    Mar 14, 2023 · I trying to install Docker on my server I was try install on new system via $ curl -sSL https://get.docker.com | sh $ sudo usermod -aG docker $(whoami) I was try this tutorial …

  7. Apt-get update Err:1 https://download.docker.com/linux/ubuntu …

    Nov 16, 2022 · I want to install docker by following the steps in [Install Docker Engine on Ubuntu | Docker Docs] but when I run the apt-get update command I get the following error

  8. How to use WSL2 by default? - Docker Community Forums

    Jan 5, 2025 · Ubuntu Jumpstart your client-side server applications with Docker Engine on Ubuntu. This guide details prerequisites and multiple methods to install Docker Engine on …

  9. KVM not supported showing when installing for Docker in Ubuntu

    Feb 12, 2024 · But if you have Windows 11, why don’t use install Docker Desktop for Windows and avoid nested virtualization? Or if you run a virtual machine using VirtualBox to have a …

  10. How do I change the Docker image installation directory?

    Mar 31, 2015 · You can change Docker's storage base directory (where container and images go) using the -g option when starting the Docker daemon. Ubuntu/Debian: edit your …