docker 上的 couchbase 在哪里替换 ip?
couchbase on docker where to replace ip?
couchbase docker guide 在底部说:
"Make sure to replace the IP address with the IP address of your
Docker Machine or localhost if Docker is running locally."
我可以通过 http://192.168.99.100:8091/
访问管理员 ui 我现在在哪里替换设置中的 IP?我找不到它..
您误解了文档。它说
Couchbase Web Console is a console that allows to manage a Couchbase
instance. It can be seen at:
Make sure to replace the IP address with the IP address of your Docker Machine or localhost if Docker is running locally.
既然你说你可以访问那个IP地址,那你什么都不用做。换句话说,Docker 是 而不是 "running locally"。
couchbase docker guide 在底部说:
"Make sure to replace the IP address with the IP address of your Docker Machine or localhost if Docker is running locally."
我可以通过 http://192.168.99.100:8091/
访问管理员 ui 我现在在哪里替换设置中的 IP?我找不到它..
您误解了文档。它说
Couchbase Web Console is a console that allows to manage a Couchbase instance. It can be seen at:
Make sure to replace the IP address with the IP address of your Docker Machine or localhost if Docker is running locally.
既然你说你可以访问那个IP地址,那你什么都不用做。换句话说,Docker 是 而不是 "running locally"。