docker-install
docker-install copied to clipboard
Docker installation script
### Upfront apologies I apologize for not opening an issue first. Excuse: When I first stumbled on the issue that led me to submit this PR, I read this repo's...
# Details Known Working Version: `25.0.2` Version: `26.1.3` Hello. I am running into an issue while installing rootless docker into a docker image for a use case that requires `rootless-dind`....
We get frequent errors when running the installation script in the context of build agents hosted on Azure DevOps ``` E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by...
I've tried running the script to install docker in WSL2 (Debian bookworm) and I got the following warning. ``` curl -fsSL https://get.docker.com/ -o get-docker.sh ``` ``` # Executing docker install...
- relates to https://github.com/docker/docker-install/pull/443 I noticed some variables weren't quoted but included parts that could be set through environment variables. Add quotes to those to prevent possible issues, and use...
https://mirror.azure.cn/docker-ce/linux/ubuntu focal/stable amd64 Packages File has unexpected size (45940 != 46445). Mirror sync in progress? [IP: 139.219.134.69 443] Hashes of expected file: - Filesize:46445 [weak] - SHA512:7725889525e6ea824d68a7ba0f797a30416d04369b77d620ff2b7843a54511580b7fee3654b79159b0f595515443b0c4bead379ba1461fbbbb9e40af67b368de - SHA256:986d0cff1656219d2b169fb7ee2e900bd714e1049d952bf0648a8846ad1c816f -...
This ensures that the GPG key is always downloaded from a trusted source. **- What I did** add --no-gpg-mirror option to ensure GPG key is downloaded from a trusted source...
**- What I did** Added a new argument to apt-get to avoid locks - I came across one on a Proxmox VM when trying to install docker from a script....
Need rmp repo for RHEL10 / Rocky Linux 10
When using docker/setup-buildx-action with the latest version of Docker (28.1.0) the buildx setup action is unable to connect to the docker socket. It appears it's unavailable at the location expected...