0 votes
in Docker by

Which of the following commands will start a container based on Ubuntu 14.04 base image?

a) docker run ubuntu -v 14.04

b) docker run ubuntu -version 14.04

c) docker run ubuntu:14.04

d) docker run Ubuntu:14.04

1 Answer

0 votes
by
d) docker run ubuntu:14.04

Related questions

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