Download and install Docker
Download and install Docker Compose
This is a tool for running many containers that depend on each other.
Run docker-compose build
to build the images.
Add 127.0.0.1 frontend.howard.test
and 127.0.0.1 backend.howard.test
to /etc/hosts
.
Run docker-compose up
to run the servers.