Docker: Difference between revisions

(→‎RancherOS: added)
Line 121:
sudo ifconfig eth0 inet 10.10.10.10 netmask 255.255.255.0 broadcast 10.10.10.255
sudo route add default gw 10.10.10.1
 
sudo vi /etc/resolv.conf
nameserver 10.10.10.5
 
Check Internet connectivity
Line 128 ⟶ 131:
sudo ros install -d /dev/xvda
 
Set the persistent networking:
sudo vi /etc/networking/interfaces
 
Install Linux-dash, a minimal low-overhead web dashboard for monitoring Linux servers
 
sudo system-docker run -d --net=host --name busydash husseingalal/busydash
http://<IP_OF_MACHINE>
 
{{UC}}