docker container run --rm -v /data alpine:latest echo hello docker container run --rm -v test-volume:/data alpine:latest echo hello docker volume ls