标签: docker fedora rethinkdb fedora-26
我按照以下教程https://store.docker.com/images/rethinkdb但我看不到IP地址。问题是什么?
The result is empty after I execute the command
答案 0 :(得分:0)
首先:您的容器已退出,因此无论如何您都无法联系到它们。 第二:容器将在localhost上可用,并使用-p 12345:80标志响应您映射的端口,因此localhost:12345会将容器中的端口80映射到您计算机上的12345,这意味着您可以连接到{{ 1}}。
-p 12345:80
localhost:12345