Flask web app with Bulma frontend run on Docker with Prometheus metrics.
Simple example web application displays hostname and network address. We used Flask, Bulma with Prometheus and container.
Feb 22, 20215 min read1.2K

Search for a command to run...
Articles tagged with #docker
Simple example web application displays hostname and network address. We used Flask, Bulma with Prometheus and container.

One of the ways to log Docker containers is to use the logging drivers. These drivers log the stdout and stderr output of a Docker container to a destination. The awslogs driver allows you to log your containers to AWS CloudWatch, which is useful if ...
