OSDN Git Service

Dockerfile for ubuntu16.04
[fulcon/Fulcon.git] / README.md
index 2e6fde0..006a660 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Fulcon / Slot-OS Platform 0.3    Copyright (C) 2015-2016 NIWA Hideyuki
+Fulcon / Slot-OS Platform 0.4    Copyright (C) 2015-2016 NIWA Hideyuki
     Apache License Version 2.0
 
 ## What is Fulcon/Slot-OS?
@@ -19,25 +19,25 @@ Fulcon / Slot-OS Platform 0.3    Copyright (C) 2015-2016 NIWA Hideyuki
 - Automatic update-function of two or more slots
 - High-speed backup function
 
-Fulcon can handle CentOS 7, Ubuntu 15.04, Fedora 23
+Fulcon can handle CentOS 7, Ubuntu 15.04, 15.10, Fedora 23
 
 ### Install package
 
 ubuntu
 
-$  sudo apt-get install docker.io python-ipy bridge-utils  
+$  sudo apt-get install docker.io python-ipy bridge-utils openvswitch-switch
 $  sudo systemctl enable docker.service
 $  sudo systemctl start docker.service
-$  sudo dpkg -i fulcon_0.3_amd64.deb
+$  sudo dpkg -i fulcon_0.4_amd64.deb
 $  sudo systemctl enable fulcon.service
 $  sudo systemctl start fulcon.service
 
 CentOS, Fedora
 
-$  sudo yum install docker-io python-IPy bridge-utils  
+$  sudo yum install docker-io python-IPy bridge-utils openvswitch
 $  sudo systemctl enable docker.service
 $  sudo systemctl start docker.service
-$  sudo rpm -ivh fulcon-0.3-1.el7.centos.x86_64.rpm
+$  sudo rpm -ivh fulcon-0.4-1.el7.centos.x86_64.rpm
 $  sudo systemctl enable fulcon.service
 $  sudo systemctl start fulcon.service
  
@@ -45,7 +45,7 @@ $  sudo systemctl start fulcon.service
 
 ubuntu
 
-$  sudo apt-get install docker.io python-ipy bridge-utils  
+$  sudo apt-get install docker.io python-ipy bridge-utils openvswitch-switch
 $  sudo systemctl enable docker.service
 $  sudo systemctl start docker.service
 $  tar xzf fulcon.tgz  
@@ -56,7 +56,7 @@ $  sudo systemctl start fulcon.service
   
 CentOS, Fedora
   
-$  sudo yum install docker-io python-IPy bridge-utils  
+$  sudo yum install docker-io python-IPy bridge-utils openvswitch
 $  sudo systemctl enable docker.service
 $  sudo systemctl start docker.service
 $  tar xzf fulcon.tgz