How to tail HA log if running Docker?

I’m running HA version 0.65.0 under Docker on Lubuntu 16.10. What command do I use to tail the HA log?

docker logs -f --tail 0 <nameofcontainer>

I think that’s the right one