Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 874 Bytes

setup-for-docker.md

File metadata and controls

26 lines (16 loc) · 874 Bytes

Setup with Docker

We will use Docker to run your project for the Coding Challenge.

  1. Install Docker and Docker Compose

Clone the Git repository

First you will need to clone the Git repository

Run Project in Docker Container

Now, navigate to the folder with your files.
You need to run the application:

docker-compose up

This will build a Docker Image and then start the service.

Open your web browser and navigate to http://localhost:5000 to see the project.

Additional Resources

Docker in Action – Fitter, Happier, More Productive
Why you should stop installing your WebDev Environment locally