
Pull a Debian image from a registry with docker pull, demonstrating how Docker fetches and stores the image locally using the latest tag.
Launch and attach to a running container with docker exec, interact via a shell, and quickly tweak files and run commands inside the container to explore and validate your setup.
Learn to run a PHP app in Docker with volumes mapping a local source to /var/www/html, expose port 80, and test for live updates in a local Apache setup.
Thank you for choosing the course and completing it, and prepare to start using DOCA in the real world environment. Share feedback to help future students.
Welcome to the Docker everything you need to know in under an hour! This course aims to teach you the fundamentals of Docker and apply them in the working environment.. We also aim to show the more complex features of functions of Docker to really get the student ready for the working world.
The course teaches the following:
Docker
Docker Run
DockerFiles
Docker and PHP
Docker with NGINX
Docker Exex
Docker Tags
Docker Volumes
Docker Inspect
Docker Logs
Installing VMs
Installing Ubuntu
Installing VS Code
Installing Packages
And much more!
The in-depth course aims to get the the student up and running, straight to the point and teach them how to going with Docker.
By far, the most widely used containerisation system in the world today is Docker. And in this course we aim to get you up and running! Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries and configuration files; they can communicate with each other through well-defined channels. Because all of the containers share the services of a single operating system kernel, they use fewer resources than virtual machines.
By going through each of the Docker commands we are trying to enable you to pick up Docker in a relatively short amount of time.
We hope you enjoy it!