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

Commit

Permalink
Merge pull request #98 from carlosgalvezp/readme_docker_fix
Browse files Browse the repository at this point in the history
Fix port forwarding with docker in README
  • Loading branch information
ckirksey3 authored Oct 16, 2017
2 parents 18c5bf0 + 381da08 commit ec1f26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ docker build . -t capstone

Run the docker file
```bash
docker run -p 127.0.0.1:4567:4567 -v $PWD:/capstone -v /tmp/log:/root/.ros/ --rm -it capstone
docker run -p 4567:4567 -v $PWD:/capstone -v /tmp/log:/root/.ros/ --rm -it capstone
```

### Usage
Expand Down

0 comments on commit ec1f26c

Please sign in to comment.