---
title: "Get started with Docker and Docker Compose"
url: https://daily.dev/posts/get-started-with-docker-and-docker-compose-ephzpduub
source_url: https://blog.devgenius.io/get-started-with-docker-and-docker-compose-cddcb5a3f3b9?source=rss----4e2c1156667e---4
type: article
source: "Dev Genius"
author: "Marcus Cvjeticanin"
published: 2022-03-31T16:44:19.834Z
updated: 2022-04-06T16:34:20.018Z
tags: ["infrastructure", "containers", "docker", "spring", "postgresql"]
reading_time: 11
upvotes: 38
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Get started with Docker and Docker Compose

**[Dev Genius](https://daily.dev/sources/devgenius)** · [@mjovanc](https://daily.dev/mjovanc) · 11 min read · 38 upvotes · 0 comments

## Summary

Docker is a set of platform as a service (PaaS) products that use OS-level virtualization to deliver software in packages called containers. The service has both free and premium tiers. The software that hosts the containers is called Docker Engine. Get started with Docker and Docker Compose.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.devgenius.io/get-started-with-docker-and-docker-compose-cddcb5a3f3b9?source=rss----4e2c1156667e---4>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#infrastructure](https://daily.dev/tags/infrastructure), [#containers](https://daily.dev/tags/containers), [#docker](https://daily.dev/tags/docker), [#spring](https://daily.dev/tags/spring), [#postgresql](https://daily.dev/tags/postgresql)

[View this post on daily.dev](https://daily.dev/posts/get-started-with-docker-and-docker-compose-ephzpduub)
