This commit is contained in:
Vassiliy Yegorov
2021-05-06 15:02:42 +07:00
commit 05b0d36bb3
16 changed files with 260 additions and 0 deletions

4
Cluster/0-docker.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
# to all nodes
apt update && apt install -y curl && curl https://get.docker.com -o install.sh && sh install.sh