Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
MySQL on Docker - Free
Rating: 4.6 out of 5(72 ratings)
5,995 students

MySQL on Docker - Free

Run MySQL as Docker Container
Created byAbid Malik
Last updated 12/2022
English

What you'll learn

  • Students should be able to understand the difference between docker image & docker container
  • Students should be able to install Docker CE Engine on linux based system
  • Students should be able to run MySQL as Docker Container
  • Students will convert MySQL instance into a MySQL container

Course content

7 sections16 lectures1h 19m total length
  • Welcome to the Course2:15

Requirements

  • No prior programming or database knowledge required

Description

*** MySQL on Docker - Free Course ***

In this course students should learn:


Docker Introduction

  • What is Docker

  • How Docker segregate the running containers as a processes

  • How each Docker process managed by its own control group


Docker Installation

  • What is difference between Docker Enterprise and Docker Community Edition

  • How to install Docker Engine

  • How to verify if Docker Engine is installed and what is the version

  • How to enable the Docker Service

  • How to Start and Stop Docker Service


Docker Image

  • Softwares have their sliced version converted into images

  • Each image has all the dependencies and shared libraries coupled together to form an image

  • How to search Docker Hub for images

  • How to pull latest of specific version of an image

  • What are Official Docker Images


Docker Container

  • Difference between Docker Image & Docker Container

  • How to create(run) a container

  • How to remove a container

  • How to publish Container port(s) to Host ports

  • How to bind local disk-based volumes

  • How to read Docker Container Logs

  • How to stop and start a container


MySQL Instance to Docker Container

  • How we can install both MySQL server and Docker on the same host

  • How MySQL instance's data directory can be bind with Docker container

  • How can Docker Container run with existing MySQL Data Directory


Are there any course requirements?

  • Basic understanding of Docker

  • Basic understand of MySQL


Note: We will be using AWS Linux 2 to install Docker Community Edition. Since AWS Linux is Red Hat Based System so the installing the Docker on it should not be any different than installing Docker on CenOS or RedHat Linux.


Who this course is for:

  • Database Administrators
  • Beginner Develpers
  • Anyone curious about Docker