# Konteynerleştirme (Docker / Podman)

Bu bölüm, modern uygulama geliştirme ve dağıtım süreçlerinin temel taşlarından biri olan konteynerleştirme teknolojilerini ele almaktadır. Özellikle Docker ve Podman gibi popüler araçlar üzerinde durulacaktır.

**İncelenecek Konular:**

* Konteyner Nedir? (Sanal Makinelerden Farkları)
* Docker Mimarisi ve Temel Kavramlar (Images, Containers, Dockerfile, Volumes, Networks)
* Podman ve Docker Farklılıkları (Daemonless yapı)
* Temel Docker/Podman Komutları (`run`, `ps`, `images`, `build`, `pull`, `push`, `stop`, `rm`, `rmi`)
* Dockerfile ile İmaj Oluşturma
* Veri Yönetimi (Volumes, Bind Mounts)
* Ağ Yönetimi (Networking)
* Docker Compose / Podman Compose ile Çoklu Konteyner Yönetimi
* Güvenlik Konuları


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://linux-yonetimi.veriteknik.net.tr/konteynerlestirme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
