Kaynağa Gözat

Merge pull request #11479 from falmp/patch-1

Fixed --read-only description indentation
Jessie Frazelle 10 yıl önce
ebeveyn
işleme
0d3da36a5f
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      docs/man/docker-run.1.md

+ 3 - 3
docs/man/docker-run.1.md

@@ -306,14 +306,14 @@ allow the container nearly all the same access to the host as processes running
 outside of a container on the host.
 outside of a container on the host.
 
 
 **--read-only**=*true*|*false*
 **--read-only**=*true*|*false*
-    Mount the container's root filesystem as read only.
+   Mount the container's root filesystem as read only.
 
 
-    By default a container will have its root filesystem writable allowing processes
+   By default a container will have its root filesystem writable allowing processes
 to write files anywhere.  By specifying the `--read-only` flag the container will have
 to write files anywhere.  By specifying the `--read-only` flag the container will have
 its root filesystem mounted as read only prohibiting any writes.
 its root filesystem mounted as read only prohibiting any writes.
 
 
 **--restart**="no"
 **--restart**="no"
-      Restart policy to apply when a container exits (no, on-failure[:max-retry], always)
+   Restart policy to apply when a container exits (no, on-failure[:max-retry], always)
       
       
 **--rm**=*true*|*false*
 **--rm**=*true*|*false*
    Automatically remove the container when it exits (incompatible with -d). The default is *false*.
    Automatically remove the container when it exits (incompatible with -d). The default is *false*.