Docker for absolute beginners: Learn Docker from scratch
- Description
- Curriculum
- FAQ
- Reviews
Docker is the next step beyond virtualization. A Docker image contains everything it needs to run, independent of the Linux server on which it lives: a copy of the operating system, a database, code, configuration files, dependencies, and so on. Images can also be packaged and shared with other Docker admins. A lot of companies large and small are using Docker to run complex systems with millions of users and hundreds of containers.This course is an absolute beginners introduction to Docker. You will the versy basics of Docker and some of it’s concepts. You will learn the basics of Docker, including its containers, Dockerfiles (or base images), and capabilities for networking, how to build your own containers and images and also how to push your images onto Docker Hub remote repository and learn how to create and link containers so they can share data between them.
Topics include:
Installing Oracle Virtualbox
Installing Docker on Ubuntu
Creating containers
Creating images
Deleting containers
Deleting images
Starting and stopping containers
Linking containers
Understanding the Docker flow
Creating a Repository on Docker Hub
Running processes in containers
Managing, networking, and linking containers
Introduction to Docker Hub
Pushing images to Docker Hub
Working with Docker images and registries
Building Dockerfiles
-
1IntroductionVideo lesson
-
2What is Docker ?Video lesson
-
3VirtualizationVideo lesson
-
4Container based virtualizationVideo lesson
-
5Docker EngineVideo lesson
-
6What is VirtualBoxVideo lesson
-
7Download and Install VirtualBoxVideo lesson
-
8TerminologyVideo lesson
-
9Supported Host Operating SystemVideo lesson
-
10Enabling VirtualizationText lesson
-
11Download Ubuntu ImageVideo lesson
-
12Installing Ubuntu in VirtualBox -Part 1Video lesson
-
13Installing Ubuntu in VirtualBox -Part 2Video lesson
-
14Install Guest AdditionsVideo lesson
-
15Introduction to Installing DockerVideo lesson
-
16Installing DockerVideo lesson
-
17Verifying your docker sudo accountVideo lesson
-
18Docker Client and DaemonVideo lesson
-
19Checking Client and Daemon VersionVideo lesson
-
20Introduction to docker imagesVideo lesson
-
21Docker Registry and RepositoryVideo lesson
-
22Introduction to Docker OrchestrationVideo lesson
-
23Displaying Local ImagesVideo lesson
-
24Creating a containerVideo lesson
-
25Verify a running docker processVideo lesson
-
26How to remove local imagesVideo lesson
-
27How to remove docker containersVideo lesson
-
28Docker NetworkingVideo lesson
-
29Starting and Stopping Docker DaemonVideo lesson
-
30Running an Ubuntu ContainerVideo lesson
-
31Getting inside a container using TerminalVideo lesson
-
32Container ProcessesVideo lesson
-
33Running a container in detached modeVideo lesson
-
34Running a Web Application ContainerVideo lesson
External Links May Contain Affiliate Links read more