Skip to content

Commit

Permalink
Update docs based on comments from a third-party (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
junr03 authored Aug 29, 2016
1 parent 10e6378 commit 89f06ad
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/install/sandboxes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,13 @@ First let's create a new machine which will hold the containers::
$ docker-machine create --driver virtualbox default
$ eval $(docker-machine env default)

**Step 4: Start all of our containers**
**Step 4: Clone the Envoy repo, and start all of our containers**

::
If you have not cloned the envoy repo, clone it with ``git clone git@github.com:lyft/envoy``
or ``git clone https://github.com/lyft/envoy.git``::

$ pwd
/src/envoy/example
envoy/example
$ docker-compose up --build -d
$ docker-compose ps
Name Command State Ports
Expand Down Expand Up @@ -119,8 +120,8 @@ of envoy.::
Creating and starting example_service1_2 ... done
Creating and starting example_service1_3 ... done

Now if we send a request to service1, the fron envoy will load balance the
request by doing a round robin of the three service1 machines::
Now if we send a request to service1 multiple times, the front envoy will load balance the
requests by doing a round robin of the three service1 machines::

$ curl -v $(docker-machine ip default):8000/service/1
* Trying 192.168.99.100...
Expand Down

0 comments on commit 89f06ad

Please sign in to comment.