Hacker News new | past | comments | ask | show | jobs | submit login

Container runtimes like docker make it much easier to inspect the application environment and arguments. A short `docker inspect <id>` will show you everything that is relevant to the app (environment, arguments, and much more).

One thing not to forget is that env variables are inherited by children, which may be relevant if the app forks.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: