sc0v / binder

The Spring Carnival managment application built for Carnegie Mellon Spring Carnival.
16 stars 19 forks source link

Created Docker Configs to Simplify Onboarding #327

Closed PeterNotFound114 closed 1 month ago

PeterNotFound114 commented 2 months ago

Overview

Created Dockerfile and compose.yml file that enables running the application from a virtual container independent of system dependencies.

Requirement

Have Docker installed on your machine, which can be found here

Description

From the root directory of the project:

ChaseBro commented 2 months ago

Why delete all the seed files? Feels like they'd be extra useful for spinning up a local docker container

PeterNotFound114 commented 2 months ago

Adding them back now ... seems that they're deleted while I was testing if the docker image can run independent of all prior setups. Thanks for pointing that out!

ChaseBro commented 2 months ago

Thanks for maintaining this btw!

PeterNotFound114 commented 1 month ago

By the way, this is the link to official docs for getting started with Docker (and its plugin docker-compose) which I find particularly helpful for onboarding new members: https://docs.docker.com/compose/gettingstarted/