1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-03-19 14:49:42 +01:00

Fix formatting issue

This commit is contained in:
Kamran Ahmed 2023-05-05 22:51:38 +01:00
parent 2ee81e6ff3
commit 0174c9156b
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
## What is Docker?
# What is Docker?
Docker is an open-source platform that automates the deployment, scaling, and management of applications by isolating them into lightweight, portable containers. Containers are standalone executable units that encapsulate all necessary dependencies, libraries, and configuration files required for an application to run consistently across various environments.

View File

@ -1,4 +1,4 @@
## Containers?
# Containers
Containers can be thought of as lightweight, stand-alone, and executable software packages that include everything needed to run a piece of software, including the code, runtime, libraries, environment variables, and config files. Containers isolate software from its surroundings, ensuring that it works uniformly across different environments.