You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BasilJaworski edited this page Dec 21, 2024
·
2 revisions
Docker Usage Guide
Introduction
Docker is a platform that enables developers to package applications and their dependencies into lightweight, portable containers. These containers can be run consistently across different environments, simplifying deployment and scaling. Using Docker and docker-compose u can up the systems consists of different services running in parallel.
Prerequisites
Before getting started, make sure you have the following installed:
Docker (for building and running containers)
Docker Compose (if your project uses multiple services)