docker-install icon indicating copy to clipboard operation
docker-install copied to clipboard

Docker installation script

Results 110 docker-install issues
Sort by recently updated
recently updated
newest added

When trying to run the script from get.docker.sh on CentOS 8.3, or a compatible version with the latest updates, I get the output below. A simple workaround is to execute...

AzureChinaCloud's mirror repo is now unreachable , so i changed it to Tencent's. This new mirror repo is quite reliable. It should be fine this time. Signed-off-by: D3-3109

Dear authors, I'm using Debian 11-based distro called armbian and I would like to install rootless docker. When the script tries to download the needed files, for example: STATIC_RELEASE_URL="https://download.docker.com/linux/static/$CHANNEL/$(uname -m)/docker-${STABLE_LATEST}.tgz"...

Probably it can be done cleaner, but it works.

# Description For security purposes, it would be nice if this repository could also publish a SHA256 file (maybe https://get.docker.com/SHA256SUM) so that the script itself can be verified before running.

enhancement

Since CentOS 8 going into a rolling release mode with CentOS Stream, new forks have appeared for keeping the "stable release". The first one to be available is Almalinux and...

### remove "CHANNEL=test" check for docker-buildx-plugin Now that docker 22.06 and the docker-buildx-plugin is available in the stable channel, we no longer need this check. NOTE: technically, it's possible to...

The work-around mentioned in https://github.com/docker/docker-install/issues/150 doesn't seem to work " **But you need to remove --disable-host-loopback flag for rootlesskit in ~/bin/dockerd-rootless.sh: https://github.com/moby/moby/blob/1347481b9eb53c30f820df42a146aab8d06a7340/contrib/dockerd-rootless.sh#L85** " if the --disable-host-loopback is removed rootless docker...

As mentioned in some issues #262 #270 #271 The debian codename resolving is somewhat broken. This is a stable fix which works down to debian squeeze. It may also work...

I cant install this, the scripts is broken!!. ``` lucas@lucas-Inspiron-5567:~$ curl -fsSL https://raw.githubusercontent.com/docker/docker-install/master/install.sh | sh # Executing docker install script, commit: + sudo -E sh -c apt-get update -qq >/dev/null...