Browse code

Merge pull request #3430 from lsm5/fedora-official-image

install instructions use unprefixed fedora image

Andy Rothfusz authored on 2014/01/08 08:12:37
Showing 2 changed files
... ...
@@ -67,7 +67,7 @@ Now let's verify that Docker is working.
67 67
 
68 68
 .. code-block:: bash
69 69
 
70
-   sudo docker run -i -t mattdm/fedora /bin/bash
70
+   sudo docker run -i -t fedora /bin/bash
71 71
 
72 72
 **Done!**, now continue with the :ref:`hello_world` example.
73 73
 
... ...
@@ -65,7 +65,7 @@ Now let's verify that Docker is working.
65 65
 
66 66
 .. code-block:: bash
67 67
 
68
-   sudo docker run -i -t mattdm/fedora /bin/bash
68
+   sudo docker run -i -t fedora /bin/bash
69 69
 
70 70
 **Done!**, now continue with the :ref:`hello_world` example.
71 71