Skip to content

Commit

Permalink
add Docker in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
karu2003 committed Nov 3, 2023
1 parent dca5127 commit f062045
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,17 @@ If you have custom hardware and you want to add support for it in the official r
1) Go to https://github.com/vedderb/bldc and use the github fork function.
2) Make your changes, test them and make a pull request to the main repository.
3) If the pull request gets accepted your hardware will become part of the next official release. It will show up in the binary beta typically after a few days and in the stable version the next time a stable release is made.

## How to Build the Docker Image

# tested only Linux

docker build . -t vesc_tool

# run bach

docker run --rm -it -v `pwd`:/vesc_tool vesc_tool:latest bash

# or build in docker

docker run --rm -it -v `pwd`:/vesc_tool vesc_tool:latest /vesc_tool/build_lin

0 comments on commit f062045

Please sign in to comment.