Skip to content

Commit

Permalink
install instructions use unprefixed fedora image
Browse files Browse the repository at this point in the history
Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
  • Loading branch information
lsm5 committed Jan 2, 2014
1 parent add97f7 commit 523f726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/sources/installation/fedora.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Now let's verify that Docker is working.

.. code-block:: bash
sudo docker run -i -t mattdm/fedora /bin/bash
sudo docker run -i -t fedora /bin/bash
**Done!**, now continue with the :ref:`hello_world` example.

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/installation/rhel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Now let's verify that Docker is working.

.. code-block:: bash
sudo docker run -i -t mattdm/fedora /bin/bash
sudo docker run -i -t fedora /bin/bash
**Done!**, now continue with the :ref:`hello_world` example.

Expand Down

0 comments on commit 523f726

Please sign in to comment.