Tag: docker
Use Claude Code and Docker Destkop
If you see error messages such as API Error: Connection error while using Claude Code and Docker Desktop, toggling off this setting may help you.
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