+1 vote
in Docker by
recategorized by
What is the command to run the image as a container in Devops?

1 Answer

0 votes
by

Below is the command to run the image as a container in Devops

$ sudo docker run -i -t alpine /bin/bash

Related questions

0 votes
asked Jan 25 in Docker by GeorgeBell
0 votes
asked Apr 5, 2020 in Docker by ryan harris
...