I have two containers running with fig up
: web and db. I'd like to get some info about the environment where the web container is running: what env variables are set, read some logs that the web server has written, etc.
I know that containers are a bit like processes and you don't "log into" processes, but they're also in a way similar to VMs and you do log into them...
How can I achieve that?