Northeastern-Electric-Racing / Cerberus

Our FreeRTOS-based vehicle control application
1 stars 0 forks source link

Integrate Docker container into Docker's Dev Environment Feature #47

Closed nwdepatie closed 4 months ago

nwdepatie commented 1 year ago

Docker has a feature in beta called Dev Environments, which allows people to easily launch dev environments to work in. I'm wondering if we can leverage this to make it super easy to spin up the docker development container rather than having to manually start via CLI

nwdepatie commented 1 year ago

Note that this may require learning a bit about docker-compose

nwdepatie commented 4 months ago

We use a Docker Compose now which works well for our use case