This shows you the differences between two versions of the page.
|
rdm-dev:docker:it [2025/11/18 13:24] torkhov created |
rdm-dev:docker:it [2025/11/18 13:24] (current) torkhov |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| the command for it is: | the command for it is: | ||
| - | docker | + | __docker |
| - | -it - this is very important! this means interactive terminal: your terminal becomes the containers' | + | **-it** - this is very important! this means interactive terminal: your terminal becomes the containers' |
| - | bash is your UNIX shell. most minimal images include .sh, some more equipped ones also have bash. The advantage of bash over sh is: command history, better scripting, tab completion | + | **bash** is your UNIX shell. most minimal images include .sh, some more equipped ones also have bash. The advantage of bash over sh is: command history, better scripting, tab completion |