Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Commit

Permalink
Corrected readme docker create error
Browse files Browse the repository at this point in the history
  • Loading branch information
cgokmen committed Mar 29, 2017
1 parent e616988 commit ca4e20f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ To run the project, a container must be created with this image and the correct
docker create \
--name=verne
-v /dev/ttyAMA0:/dev/uart \
-v /dev/i2c-0:/dev/i2c-0 \
-v /dev/i2c-0:/dev/i2c-1 \
-v /dev/i2c-1:/dev/i2c-1 \
-v /home/pi/vernedata:/data \
--restart=unless-stopped \
gtviples/verne
Expand Down

0 comments on commit ca4e20f

Please sign in to comment.