mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-02-02 01:44:14 +00:00
show credentials for http auth in twister-on-docker output
This commit is contained in:
parent
e15a0b17bb
commit
5f8fbe7093
@ -29,7 +29,7 @@ run)
|
|||||||
fi
|
fi
|
||||||
echo Running $IMAGE_NAME
|
echo Running $IMAGE_NAME
|
||||||
docker run -d -p 28332:28332 -v $HOME/.twister:/root/.twister $IMAGE_NAME "$@"
|
docker run -d -p 28332:28332 -v $HOME/.twister:/root/.twister $IMAGE_NAME "$@"
|
||||||
echo Twister should now be running at http://localhost:28332
|
echo "Twister should now be running at http://localhost:28332 (access with \"user\" / \"pwd\")"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
stop)
|
stop)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user