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

Help with Installing Docker on AlmaLinux/RockyLinux Hi Docker Team, I hope you're doing well! I’m in the process of installing Docker Engine on my Linux servers, which could either be...

Hi there, I notice here some package md5 mismatch, can you fix it? > https://download.docker.com/linux/ubuntu/dists/jammy/pool/stable/s390x/docker-compose-plugin_2.19.1-1~ubuntu.22.04~jammy_s390x.deb: md5 hash mismatch "f30b7d0ab722655c8bcb91cd09986a1d" != "e413f70da07a69eb5816eb4a06cf2048" > https://download.docker.com/linux/ubuntu/dists/jammy/pool/stable/s390x/docker-ce-cli_24.0.3-1~ubuntu.22.04~jammy_s390x.deb: md5 hash mismatch "9f0b683ac1fbd5953ee896a1424bf825" != "5aef7e58135c6dfebec0ecbe1350f493" >...

Hello, I run the get-docker.sh script quite often and occasionally hit this issue: ``` 2025/03/17 09:09:27 Downloading get-docker.sh. 2025-03-17 09:09:28 URL:https://get.docker.com/ [22592/22592] -> "/tmp/get-docker.sh" [1] 2025/03/17 09:09:28 Installing docker. #...

**- What I did** - Removes 20 second delay for rootful mode install script on WSL. Microsoft is proposing to use `curl https://get.docker.com | sh` in the WSL documentation. Adding...

``` # Executing docker install script, commit: 4c94a56999e10efcf48c5b8e3f6afea464f9108e ERROR: Unsupported distribution 'rocky' ```

I tried to run `curl https://get.docker.com | sudo sh` and a fresh elementaryOS 8.0 stable install The error I got is ``` curl https://get.docker.com | sudo sh % Total %...

Docker was working in my Ubuntu 22.04 system till the day before yesterday but now I'm getting: docker ps Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker...

Closes #183 **- What I did** Added the ability to skip sleep related to `command_exists docker` check. **- How I did it** Added a relevant flag that skips block of...

lsb_release does not have an option '-u' so this check will always result as false. It could just check for the '-a' option. https://github.com/docker/docker-install/blob/15dfae02a4bcd13d9da9cc77c818c41407f3e276/install.sh#L308 The issue with this, is that...