-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker.json
More file actions
17 lines (17 loc) · 744 Bytes
/
Copy pathdocker.json
File metadata and controls
17 lines (17 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"tech": "Docker",
"emoji": "ðŸ³",
"tagline": "Containerize your applications",
"description": "Docker packages apps and their dependencies into containers, making them portable and consistent across environments.",
"category": "DevOps",
"level": "Intermediate",
"videoUrl": "https://www.youtube.com/watch?v=fqMOX6JJhGo",
"videoTitle": "Docker Tutorial for Beginners (freeCodeCamp)",
"nextSteps": [
"Dockerize a simple Node.js app",
"Learn Docker Compose",
"Push an image to Docker Hub"
],
"videoEmbedUrl": "https://www.youtube.com/embed/fqMOX6JJhGo",
"videoId": "fqMOX6JJhGo"
}