When running web applications in a Docker container, it’s often useful to be able to view the logs generated by the application. One common way to do this is to have Apache or NGINX output its logs to the Docker logs. This way, you can use the docker logs command to view the logs generatedContinue reading “Debugging and docker containers”