How to enable ssl in a docker installation?

hum, as stated in this post:
http://docs.mattermost.com/install/prod-ubuntu.html

We use Nginx for proxying request to the Mattermost Server. The main benefits are:

  • SSL termination
  • http to https redirect
  • Port mapping :80 to :8065
  • Standard request logs

I guess I need to check if the docker installation has Nginx in it.