docker-katas icon indicating copy to clipboard operation
docker-katas copied to clipboard

In 06-volumes use --mount instead of --volume

Open samuel-enderwitz-eficode opened this issue 4 years ago • 1 comments

Regarding to https://docs.docker.com/storage/bind-mounts/#choose-the--v-or---mount-flag one should use --mount to deal with docker volumes. I propose to change the kata to use --mount instead of --volume.

@samuel-enderwitz-eficode Feel free to open a PR :) However, -v is simpler than --mount.

atombrella avatar Jun 25 '21 08:06 atombrella