New to Docker, so you will have to forgive me as I potentially embarrass my self with 'noob' questions.
Was doing some troubleshooting of a couple of Docker containers and noticed that the image (https://hub.docker.com/r/inductiveautomation/ignition) does not have much in the way of other apps installed on it. I need to do some network troubleshooting and noticed that the image does have utilities like "ping' installed. I tried to install a utility on a running instance of docker but I don't seem to have the right privilege's to run 'apt-get'. Am I missing something fundamental in my understanding as to why I can add some helpful troubleshooting utilities to the image OS? Perhaps I need a proper volume for these installs to work? .....Proper docker-compose.yml?
Thanks in advance for your help.