blocker
blocker copied to clipboard
docker run syntax updated
In docker version 17.06.1, the syntax is already changed to,
docker run \
--mount type=volume,target=<container-path>,source=<ebs-volume-id>,volume-driver=blocker \
...
Haven't tested on when this is started.