DEV Community

Discussion on: A closer look at commands and args in Docker containers

Collapse
 
shaijut profile image
Shaiju T

Nice 😄,

In the case of Debian, it issues just bash which is just a shell, not a process. But shell it self is some kind of application so it is a process isn't ?

When you passed multiple arguments, inside a single container, it printed in new line because of Escape sequence \n. Correct ?

We are using debian OS to print message to screen , cant we use the container default Command line itself to print ? Do containers have it ?