1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/docs/sources/reference
Max Shytikov b5a37127aa Added value format description for VOLUME instruction
In the documentation was not mentioned explicitly that VOLUME value
shoud be a valid JSON array. Because of this I spent time to discovering
the problem with my image where I put `VOLUME ['/data']` (with single quotes).
The `['/data']` mount point was parsed and mounted whole as a string without
any errors and warnings.

Docker-DCO-1.1-Signed-off-by: Max Shytikov <mshytikov@gmail.com> (github: mshytikov)
2014-05-09 16:37:55 +02:00
..
api return write error 2014-05-02 22:03:59 +00:00
commandline update the docs to reflect the nice \n handling 2014-05-07 09:40:49 +10:00
api.md Addressed regression of private repository documentation. 2014-04-28 16:08:55 -04:00
builder.md Added value format description for VOLUME instruction 2014-05-09 16:37:55 +02:00
run.md Fix link to daemon/execdriver/lxc/lxc_template.go 2014-05-08 12:49:50 -04:00