gpt4 book ai didi

mongodb - mongoimport Docker失败:连接到数据库服务器时出错:没有可访问的服务器

转载 作者:行者123 更新时间:2023-12-02 19:34:24 25 4
gpt4 key购买 nike

我正在尝试使用MongoDB创建一个Docker容器并将数据导入其中。我尝试使用以下dockerfile:

FROM mongo

# This will be created if it doesn't exist
WORKDIR /app/data/

# Copy dependency definitions
COPY mydata.csv .

ENTRYPOINT mongod

# Import data
RUN mongoimport --host=127.0.0.1 -d mydb -c reports --type csv --file mydata.csv --headerline

我收到以下错误:
Failed: error connecting to the db server: no reachable servers

有什么建议么?谢谢!

最佳答案

试试这个 :

mongoimport --host 127.0.0.1 --port <specifyPort> -d mydb -c reports --type csv --file mydata.csv --headerline

关于mongodb - mongoimport Docker失败:连接到数据库服务器时出错:没有可访问的服务器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47416987/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com