summarylogtreecommitdiffstats
path: root/containernet-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'containernet-git.install')
-rw-r--r--containernet-git.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/containernet-git.install b/containernet-git.install
new file mode 100644
index 000000000000..404cf69e3b74
--- /dev/null
+++ b/containernet-git.install
@@ -0,0 +1,18 @@
+post_install() {
+ cat << EOF
+
+ Containernet requires Open vSwitch to be running in order to
+ instantiate switches. To run it, just execute the following
+ commands (as root or using sudo):
+
+ # systemctl enable ovsdb-server.service
+ # systemctl start ovs-vswitchd.service
+ # systemctl enable ovsdb-server.service
+ # systemctl start ovs-vswitchd.service
+
+ Further you will need to install the python docker bindings in version 2.0.2
+ run as root or sudo:
+ # pip2 install docker==2.0.2
+
+EOF
+}