show credentials for http auth in twister-on-docker output

This commit is contained in:
Martin Honermeyer 2014-07-03 19:23:59 +02:00
parent e15a0b17bb
commit 5f8fbe7093

View File

@ -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)