docker-setup/docker-setup.sh

8 lines
85 B
Bash

#!/bin/sh
mkdir -p /docker
cd /docker
wget get.docker.io -O docker.sh
sh docker.sh