mirror of
https://github.com/docker/docs.git
synced 2026-03-29 07:18:51 +07:00
issue #7580 volumes-from comma separated list mentioned this case. Options like --volumes-from=[] indicate they can be specified multiple times: docker run -it --rm --volumes-from TEST_DATA --volumes-from TEST_DATA2 ubuntu bash Signed-off-by: Deshi Xiao <dxiao@redhat.com>