User Tools

Site Tools


rdm-dev:docker:it

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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 exec -it container-name bash+__docker exec -it container-name bash__
  
--it - this is very important! this means interactive terminal: your terminal becomes the containers' terminal.+**-it** - this is very important! this means interactive terminal: your terminal becomes the containers' terminal.
  
-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 
rdm-dev/docker/it.txt ยท Last modified: 2025/11/18 13:24 by torkhov