简体   繁体   English

如何在 linux 上安装 docker 元数据库?

[英]How to install docker metabase on linux?

I have a problem to install docker version of metabase on linux computer, I try to follow this tutorial but don't clearly understand why that metabase still not open我在 linux 计算机上安装 docker 版本的元数据库时遇到问题,我尝试按照本教程进行操作,但不清楚为什么该元数据库仍未打开

I found that it must be docker run -d -p 2947:3000 --name metabase metabase/metabase我发现它一定是 docker run -d -p 2947:3000 --name metabase metabase/metabase

that 2947 is a port that we can access outside the "metabase" container, and 3000 is the port to access inside the "metabase" container. 2947 是我们可以在“元数据库”容器外部访问的端口,3000 是在“元数据库”容器内部访问的端口。 So since metabase is installed defaultly in port 3000, replacing the "inside port (3000)" effect that metabase cannot accessed in my case.因此,由于元数据库默认安装在端口 3000 中,因此替换了在我的情况下元数据库无法访问的“内部端口(3000)”效果。 Probably it because the docker aim the wrong port, so it return nothing可能是因为 docker 瞄准了错误的端口,所以它什么也没返回

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM