Skip to content

Commit

Permalink
Update examples and documentation on building a docker image with env…
Browse files Browse the repository at this point in the history
…oy (#146)
  • Loading branch information
junr03 authored Oct 12, 2016
1 parent 799c697 commit de6e783
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install/sandboxes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ of the software used to build it.::

$ pwd
src/envoy/
$ docker build -f example/Dockerfile-envoy-image -t envoy .
$ docker build -f examples/Dockerfile-envoy-image -t envoy .

Now you can use this ``envoy`` image to build the any of the sandboxes if you change
the ``FROM`` line in any dockerfile.
Expand Down
File renamed without changes.

0 comments on commit de6e783

Please sign in to comment.