Files
Kubernetes-deploy/Cluster/0-docker.sh
Vassiliy Yegorov 05b0d36bb3 init
2021-05-06 15:02:42 +07:00

5 lines
124 B
Bash
Executable File

#!/bin/bash
# to all nodes
apt update && apt install -y curl && curl https://get.docker.com -o install.sh && sh install.sh