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