docker volume create --name docker run --rm -it -v :/from -v :/to alpine ash -c "cd /from ; cp -av . /to" docker volume rm