I installed jenkins by downloading jenkins-2.2.pkg. After the installation is complete, Chrome auto-connected to http://localhost:8080/login?from=%2F and I see
In my case, I was looking for this on MY MAC, but what you actually have to do is ssh to your docker container.
docker ps
which will display the containers, then copy the id of the container you created,
then do
docker exec -it /bin/bash
If that's successful, you will see your terminal change to, then you can run:
cat