Sfoglia il codice sorgente

The hit is missed

Signed-off-by: YuPengZTE <yu.peng36@zte.com.cn>
(cherry picked from commit ced272984157e277523a942505435aa392913ac4)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
YuPengZTE 8 anni fa
parent
commit
f81e4e8d57
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      docs/installation/linux/oracle.md

+ 2 - 2
docs/installation/linux/oracle.md

@@ -110,11 +110,11 @@ To create the `docker` group and add your user:
 
 2. Create the `docker` group.
 
-        sudo groupadd docker
+        $ sudo groupadd docker
 
 3. Add your user to `docker` group.
 
-        sudo usermod -aG docker username
+        $ sudo usermod -aG docker username
 
 4. Log out and log back in.