Merge pull request #4318 from robpc/patch-1
Fixed typo in Dockerfile example Upstream-commit: ce8a7352488ede9e78ab0dde642577b506bf28a1 Component: engine
This commit is contained in:
@@ -50,7 +50,7 @@ volumes to any container created from that image::
|
||||
# RUN-USING: docker run -name DATA data
|
||||
FROM busybox
|
||||
VOLUME ["/var/volume1", "/var/volume2"]
|
||||
CMD ["/usr/bin/true"]
|
||||
CMD ["/bin/true"]
|
||||
|
||||
Creating and mounting a Data Volume Container
|
||||
---------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user