How to get into a Docker container
|=== 1. Terminal
|=== 2. Docker + Terminal
|=== 3. Docker
Solution 1 (Terminal):
- check the containerID with $docker ps
- then run $docker exec -it containerID /bash/bin
Solution 2 (Docker + Terminal):
- if you are using docker desktop, open it and check the running docker container
- you would be able to see >/ (CLI) when you move your mouse over the container
- click and go for it
Solution 3 (Docker):
-> Click the name of your container in Docker
-> You can browse, open and edit files as you want
Enjoy!