desktop-linux
desktop-linux copied to clipboard
Docker Desktop installation fails "child exit code 100"
Expected behavior
To install Docker Desktop
Actual behavior

Information
It doesn't install. See screenshot.
$ lsb_release -idrc # distro, version, codename, long release name
Distributor ID: Pop
Description: Pop!_OS 22.04 LTS
Release: 22.04
Codename: jammy
@benrogmans Have you tried the install instructions for Ubuntu? You can find them here
I ended up building from source - my problems are solved
Same issue, ended up installing using the repository. System info:
$ uname -a
Linux tower 6.0.12-76060006-generic #202212290932~1674139725~22.04~ca93ccf SMP PREEMPT_DYNAMIC Thu J x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -idrc # distro, version, codename, long release name
Distributor ID: Pop
Description: Pop!_OS 22.04 LTS
Release: 22.04
Codename: jammy
Same issue here on PoPOS
uname -a
Linux pop-os 6.2.6-76060206-generic #202303130630~1679424972~22.04~4a8cde1 SMP PREEMPT_DYNAMIC Tue M x86_64 x86_64 x86_64 GNU/Linux
Got the exact same error, so I tried to install via the repo but got the below error and unable to figure it out:
Package docker-ce is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'docker-ce' has no installation candidate
E: Unable to locate package docker-ce-cli
E: Unable to locate package containerd.io
E: Couldn't find any package by glob 'containerd.io'
E: Couldn't find any package by regex 'containerd.io'
E: Unable to locate package docker-buildx-plugin
E: Unable to locate package docker-compose-plugin
The above was from trying to install the latest version via sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
Turns out you have to do every steps until sudo apt update from this guide
Instead of trying to install with clicks. try $ sudo apt-get install ./docker-desktop-<version>-<arch>.deb as explained here
note: I use PopOS.
Instead of trying to install with clicks. try
$ sudo apt-get install ./docker-desktop-<version>-<arch>.debas explained herenote: I use PopOS.
I also use PopOS and this is the way. Thank you!