Docker: Difference between revisions

(→‎RancherOS: added)
Line 113:
= RancherOS =
Source: [http://docs.rancher.com/os/running-rancheros/server/install-to-disk/ rancher.com]
 
Create a VM with atleast 1.5 GB RAM
Boot the following ISO file:
https://releases.rancher.com/os/latest/rancheros.iso
 
Perform basic networking using below commands:
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
 
Check Internet connectivity
ping google.com
 
Install RancherOS
sudo ros install -d /dev/xvda
 
 
 
 
{{UC}}