Docker: A primer for PHP Developers
To install and use Docker for your PHP projects, the following two links are good starting points:
Install Docker on Windows
Tutorial: Use containers for PHP development
If you decide not to install Docker on your machine, it is still worth experimenting with it using
Docker playgrounds:
Docker Playground 1
Docker Playground 2
Docker Playground 3
Docker Playground 4