SOFTWARE ENGINEERING

EMERGING TRENDS IN SOFTWARE ENGINEERING

DEVOPS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which one of the following is not a command under “image” management commands for Docker?
A
build
B
pull
C
inspect
D
pause
E
rm
Explanation: 

Detailed explanation-1: -The Docker pause command is used to pause an existing Docker container. The Docker stop command is used to pause an existing Docker container. The Docker run command is used to put a container back from a stopped state to a running state.

There is 1 question to complete.