Deployment Strategies
Docker
Docker Compose
Image Registries
Deploying to the Cloud
Practice
Assignment
Back end Track
Under construction
<aside>
🚧
This page is currently under construction. Please check back later.
</aside>
Implementation plan:
- What does "deploying" mean — making your app available to users
- Bare metal — running directly on physical hardware
- Virtual machines — running on virtualized hardware
- Containers — lightweight, portable, reproducible environments
- Comparison: bare metal vs VMs vs containers
- Trade-offs: cost, flexibility, overhead, portability
- Why containers won — the industry direction
The HackYourFuture curriculum is licensed under CC BY-NC-SA 4.0

*https://hackyourfuture.net/*
Found a mistake or have a suggestion? Let us know in the feedback form.