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

OS: Ubuntu 22.04.1 LTS Installed packages (apt-get): uidmap and docker-ce-rootless-extras Running Command: `dockerd-rootless-setuptool.sh install` Results in: ``` [INFO] systemd not detected, dockerd-rootless.sh needs to be started manually: PATH=/home/valheim/bin:/sbin:/usr/sbin:$PATH dockerd-rootless.sh [INFO]...

It appears that Docker rootless needs to see other processes in order to function properly. I encountered this problem while hardening a Linux machine. setting hidepid=2 will stop container to...

Should the install script use update-alternatives to link back to the newer docker-compose-plugin? ```update-alternatives --install /usr/local/bin/docker-compose docker-compose /usr/libexec/docker/cli-plugins/docker-compose 1``` This would create a symlink from /usr/libexec/docker/cli-plugins/docker-compose to /usr/local/bin/docker-compose

Hi all, The rootless mode work fine but i have a this error message in the 'daemon.log' every minute ``` No config file found, using default or config from environment...

Hey folks - I checked the docker website and this repository and couldn't find a checksum to validate the script against. Do you publish a checksum for the script? I...

Hello, I get the following error message when installing Docker using the script. ``` INFO: Searching repository for VERSION '10' INFO: apt-cache madison docker-ce | grep '10' | head -1...

add TencentCloud download url **- What I did** add TencentCloud download url **- How I did it** add TencentCloud download url(https://mirrors.cloud.tencent.com) in the install.sh **- How to verify it** curl...

dco/no

- relates to https://github.com/docker/runtime-team/issues/119 - relates to https://github.com/docker/docker-install/pull/427 With this patch: ```bash sh -c install.sh # Executing docker install script, commit: DEPRECATION WARNING This Linux distribution (centos 7) reached end-of-life...

Thse channels have been deprecated for quite a while, and the script has produced an error for them for a long time, so nobody using this script can depend on...

Hi, is it posssible to have some calendar based versioning (auto or manual) with tag to allow tools like [pkgxdev](https://github.com/pkgxdev/pantry) to auto-package the convevient script? Best regards