blocker icon indicating copy to clipboard operation
blocker copied to clipboard

docker run syntax updated

Open benjah1 opened this issue 7 years ago • 0 comments

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.

benjah1 avatar Aug 31 '17 18:08 benjah1