Tensorboard was not worked when using the "19.12-tf2-py3"

Hi NV Team,

I have met the issue which the Tensorboard was not worked(i.e. could not access the tensorboard) when used the latest the docker images. (Tag name is “19.12-tf2-py3”.)
Here is the command which I used.
sudo docker run -it -p 8888:8888 -p 6006:6006 nvcr.io/nvidia/tensorflow:19.12-tf2-py3
##tensorboard --logdir /logs

Best regards.
Kaka

You may need to include the flag --bind_all when starting Tensorboard.

Thank you for your advice!

Best regards.
Kaka