0 votes
in Docker by
Which of the following is a valid Docker command to add a data volume?

a) docker run -d -P –name web -vol /webapp training/webapp

b) docker run -d -P –name web -v- /webapp training/webapp

c) docker run -d -P –name web -v /webapp training/webapp

d) None of the options

1 Answer

0 votes
by
c) docker run -d -P –name web -v /webapp training/webapp

Related questions

0 votes
asked Jul 1, 2022 in Docker by sharadyadav1986
0 votes
asked Jul 1, 2022 in Docker by sharadyadav1986
...