Merge pull request #228 from djmaze/docker-integration

Show credentials for http auth in twister-on-docker output
This commit is contained in:
miguelfreitas 2014-07-03 13:44:24 -04:00
commit f68a2ed72f

View File

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