apachectl stop - Why you should use a Docker development environment
Development projects are becoming more complex every day. Managing a development environment with all the proper configuration and dependencies for just one project can be challenging, and those challenges are exponentially increased when working with multiple projects. Managing a local environment shouldn’t be a cumbersome task.
This session will cover:
-
Reasons to use a Docker-based development environment.
-
Why using an open-source Docker development environment is preferable to building your own.
-
Advantages and disadvantages of some common options including:
-
ddev
-
docksal
-
lando
-
pygmy
-
-
How to get started making customizations to fit your project.