Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Docker Essentials for beginners fullstack web development
Rating: 4.6 out of 5(14 ratings)
103 students

Docker Essentials for beginners fullstack web development

Docker up and running. Create images, containers and compose your dev stack right away. Create a LAMP stack you can use
Created byHidran Arias
Last updated 7/2023
English

What you'll learn

  • Install docker on windows mac and linux
  • Create images and containers
  • Compose different images and containers
  • Create a LAMP stack
  • Create a frontend stack with node images

Course content

8 sections24 lectures3h 8m total length
  • Introduzione7:34

Requirements

  • Windows 11 64-bit: Home or Pro version 21H2 or higher, or Enterprise or Education version 21H2 or higher
  • Windows 10 64-bit: Home or Pro 21H1 (build 19043) or higher, or Enterprise or Education 20H2 (build 19042) or higher.
  • 64-bit processor with Second Level Address Translation (SLAT) 4GB system RAM BIOS-level hardware virtualization support must be enabled in the BIOS settings.
  • macOS must be version 10.15 or newer. That is, Catalina, Big Sur, or Monterey. We recommend upgrading to the latest version of macOS.

Description

This course requires you to download  Docker Desktop. If you are a Udemy Business user, please check with your employer before downloading software.


Docker Essentials for beginners fullstack web development brings you easy to follow lessons with everything you need to get Docker up and running and no frills.

We'll learn how to install docker on windows, mac and linux.

We'll see how to do everything from the command line and visually from Docker Desktop, PHPSTORM and Visual Code.

You will learn to

  • Install docker

  • Pull images

  • Create your own images

  • Push images to docker hubs

  • Create containers of different types: apache, php, mysql, mariadb, composer, node.js

  • Create volumes

  • Create networks

  • make containers talk to each other

  • Use Docker Compose to create your own stack

  • Create and use Dockerfile

  • Create a LAMP enviroment

    Docker is one of the most demanded technology as it simplifies the creation of development environment and the deploy of code.

All lessons are taught in a practical way with short lessons that you can easily follow.

I'll show you all the commands you need to know in order to create your development environment.

We'll see how to install Docker on mac both with intel and mac chips

The same goes for windows . We'll see how to install wsl2 and use Docker with wsl2 .

We'll create all kinds of images needed for a fullstack web development.

We'll see a practical example where php will be running on apache with fast cgi and MariaDB.

You can use our example Dockefiles to have your LAMP stack up and running

Who this course is for:

  • Installing docker
  • Creating images
  • pushing images to docker hub
  • creating containers
  • Composing different containers
  • Creating a development stack