0 votes
in Docker by (197 points)
recategorized by
What is the method for creating a Docker container in Devops?

1 Answer

0 votes
by (23.1k points)

You can use any of the specific Docker images for creating a Docker container using the below command.

docker run -t -i command name

This command not only creates the container but also start it for you.

Related questions

...