Open
Description
Docker (and other projects) provides an URL endpoint to download a distribution agnostic installation script : https://get.docker.com
.
Makes installation procedure super intuitive as it makes possible for anyone to install Docker on any Linux distribution without searching all the steps on the internet.
$ curl -Ssl https://get.docker.com | bash
I know this kind of curl | bash
is considered bad practice. However, used with caution, it can make things super easy and save time to many people.
Is it something that has been considered ?
Metadata
Assignees
Labels
No labels