I’ve just spun up my first docker install this morning, on a Photon VM on my esxi host. I did so to run deepquest/deepstack.
When I first installed the deepstack container, I would get this “view”:
Which was nice as I could see what the container was doing; but in order to run another command I had to ctrl+c out of the container, which would make it stop.
After some more experimenting, I eventually restarted the container with the --restart=always flag, and now it runs all the time, but…there’s no “view” like in the pic. I simply get the root@photon-machine [ ~ ]# prompt.
So how do I once again view my container as in the above shot?
Thanks!
