Skip to content

Commit fb13463

Browse files
committed
Getting Started with Docker
1 parent 2687311 commit fb13463

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

docs/technologies/docker/01-getting-started.mdx

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ sidebar_label : Getting Started
77

88
<SubHeading>Getting Started with Docker, a popular software for creating, deploying, and running applications inside containers</SubHeading>
99

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.
1111
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.
1212

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.
1414

1515
![Getting Started with Docker - Tutorial provided by AppSeed](https://github-production-user-asset-6210df.s3.amazonaws.com/51070104/268558520-a87dbf5e-83a8-4daf-9b10-8417b58c60e1.png)
1616

@@ -57,7 +57,23 @@ It enables developers to build, test, and deploy applications with consistent be
5757

5858
Containers are also beneficial for microservices architectures and cloud-native application development.
5959

60-
<br />
60+
## ✅ Docker Templates
61+
62+
This section contains a few open-source starters that include production-ready Docker setups:
63+
64+
### 👉 [Django Bootstrap 5 Volt](https://appseed.us/product/volt-dashboard/django/)
65+
66+
Free starter built on top of **Bootstrap 5 and Django** with Database, DB Tools, OAuth via Github and Docker Support.
67+
68+
![Django Bootstrap 5 Volt - Open-source Starter with Docker Support.](https://user-images.githubusercontent.com/51070104/269347618-1f21456d-b0b5-4d4b-9ee5-99ccb6c22188.jpg)
69+
70+
### 👉 [Django Modernize](https://appseed.us/product/modernize-dashboard/django/)
71+
72+
Open-Source Seed Project crafted on top of Modernize **Bootstrap 5 and Django**.
73+
74+
The product comes with session-based authentication, DB tools, and Docker support.
75+
76+
![Django Modernize - Open-source Starter with Docker Support.](https://github-production-user-asset-6210df.s3.amazonaws.com/51070104/270395275-0f223ca7-be26-472d-8af1-6c5e643f4ed6.jpg)
6177

6278
## ✅ Resources
6379

0 commit comments

Comments
 (0)