lucav76 / CarND-Capstone

Fork of the Udacity project to complete the System Integration task, for the "total-recall-dryvers"
3 stars 2 forks source link

Adds docker-compose support #2

Closed kkweon closed 6 years ago

kkweon commented 6 years ago

Having a docker-compose file makes the initial set up process a bit easier.

[New] With docker-compose

Run

docker-compose up

Clean up

docker-compose down -v

Full Clean up

[Current] Without docker-compose

Build the docker container

docker build . -t capstone

Run the docker file

docker run -p 4567:4567 -v $PWD:/capstone -v /tmp/log:/root/.ros/ --rm -it capstone