Installation Build the docker image. docker build -t breathe:breathe . Run the container. docker run -p 8080:8080 --name breathe --env PORT=8080 breathe:breathe Visit http://localhost:8080/.