Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ Microsoft AZ-900
Photoshop Graphic Design Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Personal Transformation Meditation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee

This course includes:

  • 14 hours on-demand video
  • 5 articles
  • Full lifetime access
  • Access on mobile and TV
Development Development Tools Docker

Docker for Beginners

Learn Docker with multiple hands-on activities. Networking, volumes, environment variables and running apps in docker
Rating: 4.6 out of 54.6 (200 ratings)
15,759 students
Created by Bogdan Stashchuk
Last updated 1/2021
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • How to use Docker images and create Containers
  • Manage Docker containers: start, stop, prune, restart
  • Enable port mapping and expose container ports to outside
  • Run Node and Python applications using Docker Containers
  • Create environment variables for Docker containers
  • Use volumes mapping and use specific working directories in the Docker containers
  • Create custom bridge networks and run multiple containers
  • Communicate between containers by container name in the custom bridge network

Course content

25 sections • 154 lectures • 13h 59m total length

  • Preview02:57
  • Join the "Be Skillful" Learning Community
    00:21
  • GitHub Repository for the Docker course
    00:10
  • IMPORTANT Course Structure
    00:26

  • CHAPTER 1 - Installing Docker Desktop on Mac
    04:57
  • Installing Docker Desktop on Windows
    05:08
  • Installing Docker Engine on Linux
    07:44

  • Running hello-world container
    04:55
  • Running Ubuntu container
    10:58
  • Running Busybox container
    08:13
  • Alpine vs Busybox images
    12:11

  • Running Nginx with exposed port
    09:21
  • Nginx container with custom content
    12:25
  • Adding favicon to the project
    06:27
  • WINDOWS: using path variable
    00:07
  • Using path variable in volume mapping
    04:26

  • Running containers in background
    10:42
  • Running container with Pseudo TTY
    07:37
  • Creating multiple Ubuntu containers from the same image
    06:17
  • Preview11:05
  • Cleaning up stopped containers
    08:06

  • Creating Python containers
    05:35
  • Simple Python program
    07:47
  • CHALLENGE Simple Python calendar app
    02:42
  • CHALLENGE SOLUTION Simple Python calendar app
    04:22

  • Preview05:23
  • Hello world application with Node
    04:12
  • Express web server using Node
    12:29
  • Add handling of the SIGINT and SIGTERM signals
    06:20
  • CHALLENGE Create files handling Node app
    03:17
  • CHALLENGE SOLUTION Create files handling Node app
    07:54
  • Conclusion - containers can create and modify external files
    02:06

  • Pulling Mongo image and creating first Mongo container
    02:45
  • Starting additional processes in the running container
    05:44
  • What is entrypoint and where is it located
    04:06
  • Creating new Mongo database using Mongo shell
    08:26
  • Running Mongo container with persistent database
    13:07

  • Starting Wordpress container
    06:01
  • Plan for the next lectures - networks and environment variables
    02:01
  • Default bridge network and communication between containers
    06:29
  • Exploring environment variables
    04:32
  • Starting MySQL container with env variable
    04:39
  • Launching another phpMyAdmin container
    06:50
  • Preview08:45
  • Making notes of the commands
    04:11

  • Communication using hostnames in the default bridge network
    07:30
  • Inspecting default bridge network
    03:59
  • Creating new custom bridge network
    03:04
  • Creating busybox containers in the custom network
    06:10
  • Using custom persistent names for connectivity in the custom network
    07:44
  • MySQL and phpMyAdmin in the custom network
    11:08
  • CHALLENGE Wordpress with MySQL and phpMyAdmin
    02:39
  • CHALLENGE SOLUTION Wordpress with MySQL and phpMyAdmin - PART 1
    11:27
  • CHALLENGE SOLUTION Wordpress with MySQL and phpMyAdmin - PART 2
    08:50
  • Summary for the Wordpress and MySQL setup
    03:02

Requirements

  • No specific requirements, just desire to make your hands dirty and learn Docker by doing
  • Any computer - Mac, Windows or Linux

Description

This course is all about Docker

Understand HOW Docker works and learn its core features ON PRACTICE. This is 90% practice course without no useless demos!

Learn how to create different containers like Node.js, Python, Wordpress, MongoDB, MySQL, Redis, Elasticsearch and much more.

Become a master of Docker by understanding and practicing its main features.

All project files are available in the GitHub repository.

We will start by installing Docker on your computer - MacOS, Windows or Linux. On MacOS and Windows you will install Docker Desktop, on Linux you will install Docker Engine.

Afterwards we will jump into tons of practice activities and use different Docker features. You will pull different docker images and run multiple containers using them.

In practice sections you will perform multiple practice Docker activities:

  1. Run Docker containers in foreground and background

  2. Connect to certain process in the Docker from the Terminal

  3. Expose internal container ports to outside

  4. Add environment variable for container

  5. Create custom names and hostnames for container

  6. Create custom bridge network and run multiple containers inside of it

  7. Communicate between containers

  8. Persist containers folders using volumes mapping

You will also learn and practice how to use following Docker images

  1. Ubuntu

  2. Alpine, Busybox

  3. Node.js

  4. Python

  5. MongoDB

  6. MySQL, phpMyAdmin

  7. NGINX

  8. Wordpress

  9. Elasticsearch

  10. Redis

  11. Httpd

During the course you will need to view and edit text files. For that you will NOT use terminal. Instead you will use GUI application VisualStudio Code. Also all project files are available in the GitHub repository. This means that during this course you will also learn how to use

  • Git and GitHub

  • VisualStudio Code

With this course you will get lifetime-long access to more than 50 lectures and tens of practical exercises. After the course you will get fundamental practical knowledge of Docker and be able to easily use it for development and testing of your applications.

But most important is that you will UNDERSTAND Docker main features like

  • Docker Volumes

  • Docker Networking

  • Environment Variables

You will also get 30-days money-back guarantee. No questions asked!

Don't wait and join the course now!

Who this course is for:

  • Any software developers

Instructor

Bogdan Stashchuk
Software Engineer, CCIE #22608, MBA, PhD - stashchuk.com
Bogdan Stashchuk
  • 4.6 Instructor Rating
  • 6,276 Reviews
  • 156,188 Students
  • 13 Courses

Do you really want to understand and practice instead of sitting and watching long presentations or trying to code along without any clue what is happening behind the scenes?

Join me in any of my courses and you will get real knowledge based on the deep understanding of every single topic.

But who am I?

My name is Bogdan Stashchuk and I teach students more than 20 years. I am working as Software Engineer and love to teach and learn myself.

I have a huge experience in explaining difficult things in an easy to understand format backed up with practice activities. That is the perfect combination that enables you to really learn and retain gained knowledge for a long period of time.

Let's connect in the Social Networks! All links you could find under the profile picture.

See you on my courses!

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.