Skip to main content

DevOps

2025

Create Docker Image From Java Application
Java Docker Spring-Boot Containerization DevOps
Learn how to create a Docker image from a Java application by configuring Maven to package the app as an executable JAR, then building a lightweight container using a Dockerfile.

2024

Running PostgreSQL in Docker Container
DevOps Postgres Docker Database
Learn how to run PostgreSQL in a Docker container with this step-by-step tutorial. Leverage Docker for easy setup and portability of your PostgreSQL database.