An open API service indexing awesome lists of open source software.

https://github.com/tkssharma/docker-crash-course

Learning Docker Crash Course
https://github.com/tkssharma/docker-crash-course

docker docker-compose docker-container docker-image dockerfile nodejs

Last synced: 2 months ago
JSON representation

Learning Docker Crash Course

Awesome Lists containing this project

README

          

# docker-crash-course

https://www.youtube.com/watch?v=ay7Rdj7MQQA&list=PLIGDNOJWiL1-svqMFkNEiNdDyhs41Vnib

- Docker Crash Course #01 Training All About Docker
- Docker Internals | Understanding Docker #02
- Docker Installation and setup #03
- Docker Terminology and Architecture #04
- Docker Playing with Dokcer Containers #05
- Understanding docker file to docker containers #06
- Docker Commands #07
- Docker Volume mapping and Port Mapping #08
- Docker Networking #09
- Understanding Dockerfile #10
- Docker Node JS Running App using Docker #11
- Running Node App using Dockerfile #10
- Application Setup using Docker containers #11
- Understanding Kitematic Tool #12
- Understanding Docker compose yaml #13
- Running Docker compose #14
- Next Step After Learning Docker #15
- Understanding docker-compose with Examples #16

## What you'll learn
- You will Learn the Fundamentals of Docker from Zero, no previous experience required
- You will learn the important Docker Concepts - Registry, Repository, Tag, Image, Container and Volumes
- You will learn the important Docker commands
- You will understand the Docker Architecture
- You will create Docker images for 8 node js app
- You will learn to use Dockerfile to Automate Building of your Docker Image

## Requirements
- You have an attitude to learn while having fun :)
- You have some programming experience with Java, Spring and Spring Boot
- You DO NOT need to have any experience with Docker
- We will help you install Eclipse, Visual Studio Code, Git client, Docker Desktop and Node JS (for npm)

## Who is this course for
- You are a node js developer
- You want to containerize your node applications with Docker