mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-22 12:34:24 +00:00
Merge pull request #228 from djmaze/docker-integration
Show credentials for http auth in twister-on-docker output
This commit is contained in:
commit
f68a2ed72f
@ -29,7 +29,7 @@ run)
|
||||
fi
|
||||
echo Running $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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user