udacity / CarND-MPC-Project

CarND Term 2 Model Predictive Control (MPC) Project
MIT License
280 stars 1.2k forks source link

run project with docker-compose #28

Closed moisesvw closed 5 years ago

moisesvw commented 6 years ago

With this change the project can be run into a container that exposes the port 4567 such that the simulator can send and receive info form the container. This has all dependencies needed to run the project with two commands.

mvirgo commented 5 years ago

Thanks for making this!