scripts: README: Add docker-install
This commit is contained in:
10
bin/README.md
Normal file
10
bin/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Scripts
|
||||
|
||||
## External scripts
|
||||
|
||||
### [docker-install](https://github.com/docker/docker-install)
|
||||
|
||||
```sh
|
||||
curl -fsSL https://get.docker.com -o $HOME/bin/get-docker.sh
|
||||
sh get-docker.sh
|
||||
```
|
||||
Reference in New Issue
Block a user