I have a container that is running the Mozilla Firefox and Chrome service in the foreground. I would like to be able to access the container from UI shell in order to "poke around" inside it and examine the files. At the moment, if I attach to the container.
I know that using docker exec -it [container-id] bash command we can get into container through command line but I wanted to access container through UI,So Are there any tools available which can monitor and show what inside container are running ?
Thanks in advance