Which of the following commands wifi automatically create a volume when a container is started?

Posted by: Pdfprep Category: DCA Tags: , ,

Which of the following commands wifi automatically create a volume when a container is started?
A . ‘docker container run –name nginxtest –volumes=/app nginx’
B . ‘docker container run –name nginxtest -v /app:mount nginx’
C . ‘docker container run –name nginxtest –volumes myvol:/app:new nginx’
D . ‘docker container run –name nginxtest -v myvol:/app nginx’

Answer: A

Leave a Reply

Your email address will not be published.