There was an error while loading. Please reload this page.
1 parent f6fb400 commit 762b81dCopy full SHA for 762b81d
cluster-setup.sh
@@ -1,5 +1,6 @@
1
#!/bin/bash
2
# we assume that this script runs on a freshly installed system
3
+DEBIAN_FRONTEND=noninteractive
4
#so we first install docker
5
sudo apt-get update && sudo apt-get install -y docker.io
6
#then we source the clusterdock prerequisites, see https://blog.cloudera.com/blog/2016/08/multi-node-clusters-with-cloudera-quickstart-for-docker/
0 commit comments