Skip to content

Commit

Permalink
Merge pull request autowarefoundation#1242 from andoh104/fix/dockerRE…
Browse files Browse the repository at this point in the history
…ADME

change Docker README.md
yn-mrse authored May 9, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 54c1b97 + 89f5434 commit ca1f3ab
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docker/generic/README.md
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ To use the Autoware Docker, first make sure the NVIDIA drivers, Docker and nvidi

## How to Build
```
$ cd Autoware/docker
$ cd Autoware/docker/generic/
# Ubuntu 14.04 (Indigo)
$ sh build.sh indigo
@@ -19,9 +19,14 @@ $ sh build.sh kinetic

## How to Run
```
$ Default shared directory path is /home/$USER/shared_dir
$ sh run.sh
# Default shared directory path is /home/$USER/shared_dir
# Ubuntu 14.04 (Indigo)
$ sh run.sh indogo
# Ubuntu 16.04 (Kinetic)
$ sh run.sh kinetic
# If you select your shared directory path
$ sh run.sh {SHARED_DIR_PATH}
$ sh run.sh indogo|kinetic {SHARED_DIR_PATH}
```

0 comments on commit ca1f3ab

Please sign in to comment.