Install Dc/Os step by step

Attention. Work Only Rhel/CenOs/CoreOs

Create Bootstrap(1), Master (1-5), Node(1-n) hosts

Install ifconfig
yum install net-tools

Define eth1 routing to def gateway
#DEFROUTE=yes
#GATEWAY=10.0.0.1

Install docker on CentOs
https://dcos.io/docs/1.9/installing/custom/system-requirements/install-docker-centos/

Generate SSH key
ssh-keygen -t rsa
ssh-copy-id user@123.45.56.78

 

Installation guide:

https://dcos.io/docs/1.9/installing/custom/gui/