Core Concepts
Core concepts
A short pass over the key ideas needed to choose services and use the Bounera tooling with more confidence.
Execution modelsContainers and imagesMirrors and registries
Cloud infrastructure and execution models
Not every workload needs the same runtime model. Some teams are closer to VPS, some to PaaS, some to IaaS and some to containers.
- VPS for simpler and more budget-aware environments
- PaaS for faster application delivery and runtime consistency
- IaaS for a fuller and more flexible execution layer
- Cloud Containers for image-based delivery paths
Containers, images and registries
Once a team works with Docker, the image and registry become part of software delivery rather than side tools.
Example pull
bash
Ready command
Verified path
docker pull docker.bounera.com/library/node:20-alpineMirror and package paths
Linux, NPM and PyPI mirrors exist to make installs across laptops, CI and servers more predictable and closer to the team.