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
Copy file name to clipboardExpand all lines: docs/technologies/docker/01-getting-started.mdx
+19-3Lines changed: 19 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,10 @@ sidebar_label : Getting Started
7
7
8
8
<SubHeading>Getting Started with Docker, a popular software for creating, deploying, and running applications inside containers</SubHeading>
9
9
10
-
Docker is a platform and set of tools designed to make it easier to create, deploy, and run applications inside containers.
10
+
[Docker](https://www.docker.com/) is a platform and set of tools designed to make it easier to create, deploy, and run applications inside containers.
11
11
Containers are lightweight, standalone, and executable packages that include everything needed to run a piece of software, including the code, runtime, libraries, and system tools.
12
12
13
-
Docker provides a way to package and distribute applications as containers, making them highly portable and consistent across different environments.
13
+
**Docker** provides a way to package and distribute applications as containers, making them highly portable and consistent across different environments.
14
14
15
15

16
16
@@ -57,7 +57,23 @@ It enables developers to build, test, and deploy applications with consistent be
57
57
58
58
Containers are also beneficial for microservices architectures and cloud-native application development.
59
59
60
-
<br />
60
+
## ✅ Docker Templates
61
+
62
+
This section contains a few open-source starters that include production-ready Docker setups:
Free starter built on top of **Bootstrap 5 and Django** with Database, DB Tools, OAuth via Github and Docker Support.
67
+
68
+

0 commit comments