Skip to content

Commit

Permalink
adding instructions to install VirtualBox
Browse files Browse the repository at this point in the history
  • Loading branch information
arun-gupta committed Oct 1, 2015
1 parent a41d51b commit 5d16631
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions chapters/docker-setup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ Install Git Client as explained at: https://git-scm.com/book/en/v2/Getting-Start

Docker currently runs natively on Linux. It can be configured to run in a virtual machine on Mac or Windows. This is why Virtualbox is a requirement for Mac or Windows.

Downloads are available from https://www.virtualbox.org/.

Virtual Box 5.0.0 does not allow Kubernetes cluster to be started: https://github.com/kubernetes/kubernetes/issues/12614. Make sure to download VirtualBox 4.3.30[https://www.virtualbox.org/wiki/Download_Old_Builds_4_3].
Virtual Box 5.0.0 does not allow Kubernetes cluster to be started: https://github.com/kubernetes/kubernetes/issues/12614. Make sure to download VirtualBox 4.3.30[https://www.virtualbox.org/wiki/Download_Old_Builds_4_3] and install.

[WARNING]
====
Expand Down Expand Up @@ -179,4 +177,4 @@ This will generate a token. Use this token to create a Swarm Master.
docker-machine create -d virtualbox --swarm --swarm-master --swarm-discovery token://<token> swarm-master
----

Detailed explanation for this is available in <<Docker_Swarm>>.
Detailed explanation for this is available in <<Docker_Swarm>>.

0 comments on commit 5d16631

Please sign in to comment.