Docker quick start Page

Docker Quick Start



Return to Docker Courses or Docker

Docker Quick Start - Length: 01:59:16 https://linuxacademy.com/cp/modules/view/id/284

Docker Quick Start

Resources


* https://interactive.linuxacademy.com/diagrams/DockerQuickStart.html
* https://github.com/linuxacademy/content-container-essentials-101presentation/blob/master/Docker_Install_Ubuntu.md
* https://github.com/linuxacademy/content-container-essentials-101presentation

Course Outline


* Course Introduction - 00:01:07
* Installation and Configuration of Docker: Linux — Part 1 - 00:07:31
** What Linux version is running? - cat /etc/redhat-release
** sudo yum install -y yum-utils device-mapper-persistent-data lvm2
** sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
*** Loaded plugins: fastestmirror
*** adding repo from: https://download.docker.com/linux/centos/docker-ce.repo
*** grabbing file https://download.docker.com/linux/centos/docker-ce.repo to /etc/yum.repos.d/docker-ce.repo
*** repo saved to /etc/yum.repos.d/docker-ce.repo




* Installation and Configuration: Linux — Part 2 - 00:03:51
* Docker Hub Basics - 00:12:40
* Docker Images - 00:09:25
* The Dockerfile - 00:10:31
* Running Containers - 00:08:29
* The Container Lifecycle - 00:08:05
* Image and Container Management - 00:07:59
* Redirection: Docker Container Ports - 00:08:23
* Redirection: Docker Container Volumes - 00:08:47
* Choose Your Own Adventure: Where Do I Go from Here? - 00:02:22
* Hands-On Lab: Working with Docker Images - 00:30:00


OVERVIEW


Although we offer a comprehensive Docker Deep Dive course on Docker, we know that sometimes you just need a Quick Start on a topic to get started. This course is an update to our Docker Quick Start course. It's designed to give you just what you need to know to get up and running with Docker.

Download the Interactive Diagram here: https://interactive.linuxacademy.com/diagrams/DockerQuickStart.html

Fair Use Source: https://linuxacademy.com/cp/modules/view/id/284