docker 166 B

12345
  1. #!/usr/bin/env sh
  2. set -e
  3. apt-get install -f software-properties-common && apt-get install -f python-software-properties
  4. curl -sSL https://get.daocloud.io/docker | sh