Explorar o código

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

install instructions use unprefixed fedora image
Andy Rothfusz %!s(int64=11) %!d(string=hai) anos
pai
achega
b3addb5fb8
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      docs/sources/installation/fedora.rst
  2. 1 1
      docs/sources/installation/rhel.rst

+ 1 - 1
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.
 

+ 1 - 1
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.