
In this lesson we're going to see how to install docker desktop on Mac
In this lesson we're going to see how to install wsl2 and ubuntu in windows
let's see how to install wsl2 and ubuntu in windows
In this lesson we're going to see how to install docker desktop on Ubuntu
Docker run. Executing code inside a container
Docker run. Getting inside a running container and executing code
Docker run. Mounting volumes from the host computer into the container
Docker run. Running a node, php and python containers
Let's see how to create a lamp stack , apache, php, mysql and linux, by using docker containers
Docker. Run a php-apache image and mount a volume
Let's see how to create a lamp stack , apache, php, mysql and linux, by using docker containers
Docker. Creating our own image with Dockerfile with apache and php
Docker desktop and containers
Creating images and containers with Visual studio code docker extension
Docker desktop and containers
Docker. Creating a mariadb container
Docker desktop images and containers
Docker. Creating mariadb image and container
Docker desktop images and containers
Docker. Creating volume. Mapping volume to mariadb data
Docker desktop images and containers
Docker. Creating networks. Connecting mariadb container with apache-php containe
Docker desktop images and containers
Docker. Docker-compose file. Composing different services with a docker compose
let's see how to compose containers, volumes and networks by using docker-compose
Docker desktop images and containers
Docker. Docker-compose. Summary
Docker desktop images and containers
Remote development with docker containers with Visual Code
Docker desktop images and containers for frontend development
Docker. Create a react app from a node image
Docker desktop images and containers for frontend development
Docker. Create a react app from a node image with a Dockerfile
Docker desktop images and containers. Laravel with docker
Creating a laravel app with sail docker app
Docker desktop images and containers. Laravel with docker
Laravel sail configuring docker-compose.yml
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