Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Explain how to create the test VMs from vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfonso Acosta committed Jul 5, 2015
1 parent 5559f1d commit cab4a7e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ You need two VMs with docker >=1.3.1 installed and listening on TCP
port 2375 (see below). You also need to be able to ssh to these VMs,
preferably without having to input anything.

The `Vagrantfile` in this directory constructs two such VMs. To meet
the aforementioned ssh requirement you may want to
The `Vagrantfile` in this directory constructs two such VMs.

To create the VMs, open a shell and in this directory and type

vagrant up

To meet the aforementioned ssh requirement you may want to

cp ~/.vagrant.d/insecure_private_key .

Expand Down

0 comments on commit cab4a7e

Please sign in to comment.