desktop-linux icon indicating copy to clipboard operation
desktop-linux copied to clipboard

Docker Desktop installation fails "child exit code 100"

Open benrogmans opened this issue 2 years ago • 8 comments

Expected behavior

To install Docker Desktop

Actual behavior

image

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 avatar Jan 19 '23 16:01 benrogmans

@benrogmans Have you tried the install instructions for Ubuntu? You can find them here

aiordache avatar Jan 19 '23 17:01 aiordache

I ended up building from source - my problems are solved

benrogmans avatar Jan 19 '23 19:01 benrogmans

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

manosbatsis avatar Feb 08 '23 13:02 manosbatsis

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

UrsusLvovich avatar Mar 25 '23 23:03 UrsusLvovich

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

trisha avatar May 01 '23 20:05 trisha

Turns out you have to do every steps until sudo apt update from this guide

mhoangvslev avatar May 21 '23 14:05 mhoangvslev

Instead of trying to install with clicks. try $ sudo apt-get install ./docker-desktop-<version>-<arch>.deb as explained here

note: I use PopOS.

ivandres73 avatar Dec 12 '23 17:12 ivandres73

Instead of trying to install with clicks. try $ sudo apt-get install ./docker-desktop-<version>-<arch>.deb as explained here

note: I use PopOS.

I also use PopOS and this is the way. Thank you!

happycoffeebean avatar Jul 02 '24 20:07 happycoffeebean