Learning Docker with Arthur Ulfeldt
Learn the basics of Docker, the open-source tool for deploying and managing applications as containers.
2h 35m • COURSE
Docker is the next step beyond virtualization. A Docker image contains everything it needs to run, independent of the Linux server on which it lives: a copy of the operating system, a database, code, configuration files, dependencies, and so on. Images can also be packaged and shared with other Docker admins. Arthur Ulfeldt uses Docker to run complex systems with millions of users and hundreds of containers. Here, he shares his knowledge with you. He introduces the basics of Docker, including its containers, Dockerfiles (or base images), and capabilities for networking, data management, infrastructure optimization, and more. Watch and learn how to build your own containers, as well as how to network and link containers.
Topics include: •
Installing Docker on Mac, Windows, and Linux •
Understanding the Docker flow •
Running processes in containers •
Managing, networking, and linking containers •
Working with Docker images, volumes, and registries •
Building Dockerfiles •
Managing networking and namespaces with Docker •
Building entire systems with Docker