# Hello Micronaut Test micronaut web application. ## Usage ### Build application container ```shell docker build -t hellomicronaut . docker run --name hello1 -p 8080:8080 hellomicronaut ``` ### Test with browser Connect to the container on the specified port: