
Discover why we use Docker over virtual machines, learn to install and run containers. Explore labs on port mapping, volumes, Dockerfiles, Docker Hub, Docker Compose, and a WordPress development environment.
Master the course essentials with housekeeping for exercises and materials, accessing resources via the lecture dropdown and PDA. Understand playback options, reviews, and forums for the Docker bootcamp.
Compare local development, virtualization tools, and Docker containers to align with the production environment. See how Docker images enable immutable containers that align with production environment and simplify setup.
Install Docker Desktop on Windows professional or server by enabling Hyper-V, download the Windows installer, and verify with a hello world run in PowerShell.
Install docker desktop on mac by downloading from the provided link, drag to applications, enter your password, start the docker daemon via Docker Desktop, and verify with docker run hello-world.
Install Docker Toolbox on Windows Home without Hyper-V, set up VirtualBox, and run a hello world and an Apache container via the VM IP address.
Run a single docker container step by step, from pulling the ubuntu image to launching an interactive bash session. Attach, detach, ps, and remove containers.
Learn to run multiple docker containers from the command line, detach with -d, and attach via docker attach, while exploring container naming, isolated file systems, and the role of volumes.
Learn to run Docker containers with a shared host file system using volume mounting. Map the current directory into the container and explore using Docker Hub images and entry point.
Explore running php scripts inside docker containers by mounting the host directory as a volume, persisting files across sessions, and executing php directly for quick, tidy test runs.
Examine how to access Docker container logs, test with curl, and set up port forwarding with docker run -p to bind host ports to container ports, enabling browser access.
Learn to create a Dockerfile step by step, starting from a base image, copying an index file, and setting the workdir before building with docker build.
Set up a dockerized php development server by reusing a dockerfile to expose port 8000 and map it to the host, serving index.php for browser access.
Ship your web application by building a docker image from a php:7.2-apache base, copy your index.php, and run it with docker run, mapping port 80 to the container.
Learn to build a minimal Alpine based image, install curl, tag it for Docker Hub, and push to your custom repository while managing containers and login steps.
Explore the docker-compose.yml file line by line, covering services, ports, build context, versioning, and practical steps to build, run, and rebuild containers with docker-compose up.
Learn to use docker compose to start and stop services by mounting your project directory into a container, enabling instant updates, port forwarding, and reproducible development environments.
Modify prebuilt docker images with a dockerfile and docker compose to add extensions and tailor an apache environment.
Learn to build a php apache and mysql environment with docker-compose, define multiple services, configure mysql root password, run detached, and manage containers with data persistence notes.
Explore how host volume mounted directories provide persistent data for dockerized databases, using docker compose and data directory to compare volumes versus named volumes and see data survive container restarts.
Explore using named volumes for data persistence and cross-container sharing in docker containers. Create and mount volumes, control naming, and safely share data between services.
Learn Docker networking basics by pruning networks and running an Apache server on a simple bridge network; containers on the same network resolve by name.
Learn to create and attach services to specific networks in a docker-compose.yml, forward ports, inspect containers, and segregate services so not all can connect on the same network.
Discover how to implement network segregation in docker-compose by defining two networks and routing via a reverse proxy to connect app one and app two.
Explore real-world WordPress docker-compose.yml setups, compare docker quick start and official images, and implement persistent data with named volumes, proper volume mounting, and dedicated networks for WordPress and its database.
Install Laravel with composer inside a Docker image to create a new Laravel project, install dependencies, and generate an app key; future lectures cover serving with containers.
Create a docker compose setup to dockerize a local larval environment, building a custom php-fpm image and nginx reverse proxy, with app and web server services and planned database integration.
Add a MySQL database and Redis to the local docker-compose, configure environment variables and a data volume, run Laravel migrations, and switch session handling to Redis for persistent login.
Install and configure laravel ui to add vue-based registration and login routes in a fresh Laravel app, using composer to install packages, docker compose, and npm to compile scaffolding.
Enjoy a free toolset and the ability to create new services in seconds. Connect on Facebook and LinkedIn to share your certificate or project.
** Update April 2020: Added a Laravel Section to the Course - Install and Containerize a Laravel Application usind Docker and Docker-Compose **
Are you fed up not knowing...
...what happens when you run "docker run" commands?
...how to create your own images using Dockerfiles and how to upload them to an image registry?
...how docker-compose works and how to orchestrate multiple services?
Then this course is for you!
This course will teach you how to use Docker professionally. You will be able to add Docker to your CV & start using your Docker skills professionally every day.
In this course is for total Docker beginners where I will teach you everything you need to know about getting started with Docker.
If you have never worked with containerization before, or you need a quick refresher on the most common commands and patterns using Docker, then this course is for you. You will deep dive into lots of little details so that you can add Docker confidently to your own portfolio.
By the end, you’ll become a Docker Expert ready to build Development Environments using Docker.
We will take you from beginner to master. Here’s why:
This course been updated to be 2020 Ready, so you’ll be learning with all the latest tools.
This course does not cut any corners, you will learn by building Real-World Projects in our labs.
I've taught over 60,000 students here on Udemy.
This course is Constantly Updated with new content, projects and modules.
By joining this course, you can assured I'll be giving you a no non-sense dive into Docker. You won’t be left in the dark, like many outdated YouTube tutorials.
Don’t just take my word for it, see what Existing Students have to say:
⭐⭐⭐⭐⭐"without rambling this course provides pretty much all the information you need to get started, well done!" -- Edward Finlayson
⭐⭐⭐⭐⭐ "Good hands-on course. I could pick up tons of tips, how-to-s and apply to my work (system guy)." -- Hank Nguyen
⭐⭐⭐⭐⭐ "I think it's a very good tutorial for people who are starting out with Docker. [...]" -- Prithwiraj Sinha
Enroll today with zero risk, and everything to gain by learning a new skill.
What are you waiting for?
Hit "Enroll Now" and learn Docker today!
Legal Notice:
Docker and the Docker logo are trademarks or registered trademarks of Docker, Inc. in the United States and/or other countries. Docker, Inc. and other parties may also have trademark rights in other terms used herein. This course is not certified, accredited, affiliated with, nor endorsed by Docker, Inc.