Flask logging microservice How to build and run container docker build -t data-manager . docker run -p 5000:5000 data-manager:latest