Skip to content

Commit

Permalink
Fixed code block typos in docker.rst.
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-northcutt committed Jun 14, 2017
1 parent 3869cab commit c22b7cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drake/doc/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,21 @@ The Dockerfile will copy the <drake-distro> directory into the Docker
container.

::

$ docker build -t drake -f setup/docker/Dockerfile .

If successful

::

$ docker images

should show an image named drake.

Note:

::

$ docker ps

will show any running drake containers on your system.
Expand Down

0 comments on commit c22b7cf

Please sign in to comment.