Docker-swarm: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
Zeile 5: Zeile 5:
 
*add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
 
*add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
 
*apt update
 
*apt update
*apt-get install -y docker-ce
+
*apt-get install -y docker-ce docker-compose
 
*systemctl start docker
 
*systemctl start docker
 
*systemctl enable docker
 
*systemctl enable docker
 +
 
=change host file=
 
=change host file=
 
;/etc/hosts
 
;/etc/hosts

Version vom 25. März 2020, 13:45 Uhr

install

change host file

/etc/hosts
10.50.66.21 xinux-node01
10.50.66.22 xinux-node02 
10.50.66.23 xinux-node03

links