This message was deleted.
# help
s
This message was deleted.
o
Hi @Dinakar Chennubotla! I'm assuming you're running Minio locally with lakeFS running locally on Docker?
Would that be a correct assumption?
d
yes, i am running both locally
even i run both in docker containers, I see connection refused
any docs or any help, thanks in advance
o
So in Docker, by default containers run in their own network namespace, so a container (lakeFS in this case) will not see the host machine when specifying
127.0.0.1
, it'll see the namespace in which the container is running. See https://stackoverflow.com/a/24326540 for example solutions
If you're running minio directly on the host machine, replacing 127.0.0.1 with
Copy code
host.docker.internal
will likely do the trick
if running locally on another docker container, you'll need to use
docker network
as explained here: https://www.tutorialworks.com/container-networking/
btw, If I could kindly ask that you remove the duplicate threads on #C01APUNTSGH and #C014RNSB8GY to avoid having the conversation split across different channels... 🙂 Thanks.
d
ok, removing those
got your point
i removed
the posts in other channesl
o
thank you!
d
thanks for help,
🙏 1
HI Oz, i also have same problem statement as Tamilvaran has, looking into that option. i will get back to you, on this. Thanks
👍 1