Linux Fundamentals > Chapter 1 > Flashcards
docker run -it ubuntu
Create a ubuntu container with bash.
docker run -it ubuntu sh
Create a ubuntu container with sh shell.
What is bash ?
It is linux shell.
What is shell ?
An interpreter for linux commands.