Browse By

Docker: The Basics

 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, app deployment, infrastructure optimization, and more. Watch and learn how to build your own containers and 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
Skill Level Intermediate
2h 19m

Docker: The Basics.

Source: Docker: The Basics

More