I used Docker-based installation.
$ docker run -it b.gcr.io/tensorflow/tensorflow-full
I started Tensorboard like this:
docker run -p 0.0.0.0:6006:6006 -it b.gcr.io/tensorflow/tensorflow-full
python tensorflow/tensorflow/tensorboard/tensorboard.py --logdir ./ --host 0.0.0.0
Then, I opened Chrome. I got TensorBoard on the title, but it was empty.
Here is some pictures: https://i.stack.imgur.com/RyiDk.jpg
How to view tensorboard on Docker-based installation correctly?