+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 Apr 5, 2020 in Docker by ryan harris
0 votes
asked Aug 29, 2023 in Docker by JackTerrance
...