in Technology by
What command is used for running images as a container? 1. docker ps -a 2. sudo docker run -i -t alpine /bin/bash 3. sudo docker run 4. All of the above

1 Answer

0 votes
by

Correct answer is sudo docker run -i -t alpine /bin/bash

Related questions

0 votes
    What command is used for stopping a running container? 1. docker stop 2. docker rm 3. docker kill 4. docker terminate...
asked Jun 21, 2021 in Technology by JackTerrance
0 votes
    What command is used to go inside a running container? 1. docker sh 2. docker exec -it sh 3. docker access 4. docker ps -a...
asked Jun 22, 2021 in Technology by JackTerrance
0 votes
    I am trying to use aws container service as per the documentation in http://docs.aws.amazon.com/AmazonECS/latest/ ... in a console? Select the correct answer from above options...
asked Jan 30, 2022 in Education by JackTerrance
0 votes
    What command is used for remove all stopped containers, unused networks, build caches, and dangling images? docker system kill ... kill -a docker system prune docker system rm -a...
asked Jun 22, 2021 in Technology by JackTerrance
0 votes
    Which is the subset that is a secure container designed for the purpose of safely running untrusted JavaScript ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 23, 2021 in Education by JackTerrance
0 votes
    What command is used for viewing all running containers? 1. docker ps 2. docker ps -a 3. docker rm 4. docker show...
asked Jun 21, 2021 in Technology by JackTerrance
0 votes
    I'm trying to deploy a Docker container image to AWS using ECS, but the EC2 instance is not being created. I have ... , to begin with!! Select the correct answer from above options...
asked Jan 30, 2022 in Education by JackTerrance
0 votes
    Which command is used to show all the Hadoop daemons that are running on the machine? 1.distcp 2.jps 3.fsck...
asked Apr 13, 2021 in Technology by JackTerrance
0 votes
    What is the command used to check the running Splunk processes on Unix/Linux?...
asked Oct 31, 2020 in Technology by JackTerrance
0 votes
    Bit of a noob question but I'm building an app in react native and to make development a bit ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 21, 2022 in Education by JackTerrance
0 votes
    We've got an interesting case where we are trying to determine how different instances of our app were ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 15, 2022 in Education by JackTerrance
0 votes
    Multiple containers running on a single machine all share the same resources such as the operating system kernel for instant boot and ... ? 1. True 2. False 3. Doesn't make sense...
asked Jun 22, 2021 in Technology by JackTerrance
0 votes
    I've created a python3 script that runs fine on command line but when I try to run as a daemon ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 21, 2022 in Education by JackTerrance
...