mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-09-11 05:41:48 +00:00
Fixed invalid Dockerfile link for docker
This commit is contained in:
parent
1e6f152de0
commit
026d08cf79
@ -31,7 +31,7 @@ Please follow the instructions for your platform:
|
|||||||
Or, alternatively, you can build Twister on an isolated Linux container, using
|
Or, alternatively, you can build Twister on an isolated Linux container, using
|
||||||
[docker](http://docker.io/):
|
[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
|
docker run -d -p 127.0.0.1:1234:28332 twister
|
||||||
# now try to access http://127.0.0.1:1234/ on docker host
|
# now try to access http://127.0.0.1:1234/ on docker host
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user