From 523f726716fa017b14647b9a70176e2639a71837 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 2 Jan 2014 11:29:24 -0500 Subject: [PATCH] install instructions use unprefixed fedora image Signed-off-by: Lokesh Mandvekar --- docs/sources/installation/fedora.rst | 2 +- docs/sources/installation/rhel.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/installation/fedora.rst b/docs/sources/installation/fedora.rst index de296b4df2..6dd2bf91d9 100644 --- a/docs/sources/installation/fedora.rst +++ b/docs/sources/installation/fedora.rst @@ -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. diff --git a/docs/sources/installation/rhel.rst b/docs/sources/installation/rhel.rst index b928b333f4..9036fb79ea 100644 --- a/docs/sources/installation/rhel.rst +++ b/docs/sources/installation/rhel.rst @@ -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.