Chapter 1 Flashcards

1
Q

docker run -it ubuntu

A

Create a ubuntu container with bash.

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

docker run -it ubuntu sh

A

Create a ubuntu container with sh shell.

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

What is bash ?

A

It is linux shell.

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

What is shell ?

A

An interpreter for linux commands.

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