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

Ratings: 4.60 / 5.00




Description

Docker Essentials 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

What You Will 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

Who Should Attend!

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