Tag: docker
How to run Writebook in port 80 instead of 5555
Edit hostconfig.json to bind host port 80 to the writebook docker container.
Install Docker on Oracle Cloud Linux 9
Instructions to install Docker on Oracle Cloud Linux 9
Disable Testcontainers JUnit 5 tests without Docker
Testcontainers Junit5 integration allows you to toggle these tests by annotating them with @Testcontainers(disabledWithoutDocker = true)
Useful docker commands
Stop, remove contains, remove docker images.
CodePipeline for a Micronaut application Docker image
Continuous deployment - CodePipeline: Github → CodeBuild → ECR → Elastic Beanstalk
CodePipeline for a Docker image of the Micronaut application GraalVM Native Image
Continuous deployment - CodePipeline: Github → CodeBuild → GraalVM Native Image → ECR → Elastic Beanstalk