Browse Source

Merge pull request #219 from moldcraft/patch-1

Fixed invalid Dockerfile link
miguelfreitas
miguelfreitas 11 years ago
parent
commit
e3ab5f8d5d
  1. 2
      README.md

2
README.md

@ -31,7 +31,7 @@ Please follow the instructions for your platform: @@ -31,7 +31,7 @@ Please follow the instructions for your platform:
Or, alternatively, you can build Twister on an isolated Linux container, using
[docker](http://docker.io/):
docker build -t twister https://github.com/miguelfreitas/twister-core/blob/master/Dockerfile
docker build -t twister https://raw.githubusercontent.com/miguelfreitas/twister-core/master/Dockerfile
docker run -d -p 127.0.0.1:1234:28332 twister
# now try to access http://127.0.0.1:1234/ on docker host

Loading…
Cancel
Save