Przeglądaj źródła

Merge pull request #5785 from SvenDowideit/pr_out_subject_and_object_containers_can_be_confused

Subject and object containers can be confused
James Turnbull 11 lat temu
rodzic
commit
cb0f2a2823
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      docs/sources/use/working_with_volumes.md

+ 3 - 3
docs/sources/use/working_with_volumes.md

@@ -42,9 +42,9 @@ container with two new volumes:
 
 
 This command will create the new container with two new volumes that
 This command will create the new container with two new volumes that
 exits instantly (`true` is pretty much the smallest,
 exits instantly (`true` is pretty much the smallest,
-simplest program that you can run). Once created you can mount its
-volumes in any other container using the `--volumes-from`
-option; irrespective of whether the container is running or
+simplest program that you can run). You can then mount its
+volumes in any other container using the `run` `--volumes-from`
+option; irrespective of whether the volume container is running or
 not.
 not.
 
 
 Or, you can use the VOLUME instruction in a Dockerfile to add one or
 Or, you can use the VOLUME instruction in a Dockerfile to add one or