Wprowadź wewnątrz działającego kontenera Docker

Specify whcih container you want to enter `docker container list`
above command will list all the cibntaner with their IDs
copy the id and run `docker exec -it myID bash` 
to exit the contaier without stoping it `ctrl + p + q` (press by sequence together)
conjunction cell