0 votes
in Docker by

What command creates a new volume in Docker?

a) docker volume create

b) docker create volume

c) docker volume new

d) docker new volume

1 Answer

0 votes
by
a) docker volume create

Explanation:

The docker volume create command is used to create a new volume.
...