Docker (Container Management) Flashcards

1
Q

What command is used to show running containers?

A

docker ps

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What command is used to list available images?

A

docker images

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What command is used to download and image from Docker Hub?

A

docker pull <image></image>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What command is used to start a new container?

A

docker run <image></image>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What command is used to stop a running container?

A

docker stop <container></container>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly