Should we try to use Docker for development and deployment of Drupal Applications
Docker is the latest hot thing in the programmers world, and while it is a great tool, it is not directly targeted for web applications. We already have various working development and deployment stacks, using tools like VMs and vagrant with provisioning, so it isn't clear if Docker is "the right tool" to use for WebDev.
In this presentation, we will cover the details of how Docker works, emphasizing how it is different from typical virtualization and containerization. The goal will be to present enough information for developers and system-administrators to decide if docker can work for them.
As a part of the presentation, we will discuss three different ways that Wunderkraut Developers are using Docker, and how an ideal docker development and deployment process could work.