Chapter 1 Flashcards
1
Q
docker run -it ubuntu
A
Create a ubuntu container with bash.
2
Q
docker run -it ubuntu sh
A
Create a ubuntu container with sh shell.
3
Q
What is bash ?
A
It is linux shell.
4
Q
What is shell ?
A
An interpreter for linux commands.