init
This commit is contained in:
4
Cluster/0-docker.sh
Executable file
4
Cluster/0-docker.sh
Executable 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
|
Reference in New Issue
Block a user