Image

What Is a Container?

Containers are sandboxed applications that can be run anywhere, no matter the underlying host OS. Docker containers are quite different from VMs in a number of ways that need to be understood before we can use them to develop Drupal sites.

In this tutorial, we'll:

  • Define a container
  • Explain how a container is a more limited environment than a VM