Kevin Brostoff created SUPERSET-13:
--------------------------------------
Summary: Docker Hub's documentation is incorrect
Key: SUPERSET-13
URL: https://issues.apache.org/jira/browse/SUPERSET-13
Project: Superset
Issue Type: Bug
Reporter: Kevin Brostoff
On your
[hub.docker.com/r/apache/superset|http://hub.docker.com/r/apache/superset]
documentation and under the *Start a superset instance on port 8080*, you have
the following:
$ docker run -d -p 8080:8080 --name superset apache/superset
Yet it should be:
$ docker run -d -p 8080:8088 --name superset apache/superset
--
This message was sent by Atlassian Jira
(v8.3.4#803005)