---
title: Contanerization
author: Jonah Faas
description: This page will give an overview and some use cases of Contanerization
published: 2/17/2025
---
# Contanerization
## Links
- [Home](/home.md)
- [cloud-infastructure](/cloud-infastructure.md)
- [contanerization](/contanerization.md)
- [linux-fundamentals](/linux-fundamentals.md)
- [version-control](/version-control.md)
### Overview
    Containerization is a way of packaging apps into portable units that can be moved around without fear of something changing and the app stops working.
### Use Cases