qlands commented on issue #14210: URL: https://github.com/apache/superset/issues/14210#issuecomment-822492463
That Docker image using the docker run you provided runs Superset in port 8080. If you remove the current container and do: `sudo docker run -p 8080:8080 --name superset apache/superset:1.1.0` Superset will be available at http://localhost:8080/login/ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
