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
- Host: GitHub
- URL: https://github.com/tkssharma/docker-crash-course
- Owner: tkssharma
- Created: 2020-07-12T20:34:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-16T04:30:34.000Z (almost 6 years ago)
- Last Synced: 2025-01-20T13:34:21.482Z (over 1 year ago)
- Topics: docker, docker-compose, docker-container, docker-image, dockerfile, nodejs
- Language: JavaScript
- Homepage: https://www.youtube.com/watch?v=ay7Rdj7MQQA&list=PLIGDNOJWiL1-svqMFkNEiNdDyhs41Vnib
- Size: 3.62 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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