8 lines
85 B
Bash
8 lines
85 B
Bash
#!/bin/sh
|
|
|
|
mkdir -p /docker
|
|
cd /docker
|
|
|
|
wget get.docker.io -O docker.sh
|
|
sh docker.sh
|