Start using containers to make your development and deployment easier. Learn how to use Docker and other container technologies to make development, and deployment, of your apps easier than ever.
This book is a short hands-on introduction to Docker, that lacks of conceptual explanations. Considering that it is very quick to read, maybe you can use it as a supportive material, in order to get a few ideas on how to create an environment to run PHP. This book is all about setting up a PHP + MySQL environment manually, so don't expect to have solved here many of your problems as a developer.
Small book about how to start working with docker, and how to make application with database and web server to work with docker, and how to create a custom image
I needed a simple getting-started book to start understanding the basic concepts of Docker and I think this book succeeded. Having done all the examples in the book I now feel ready to start Dockerizing the first of my own applications.