Hi everyone, I started try to use lakefs now, I cr...
# help
j
Hi everyone, I started try to use lakefs now, I created a docker a jupyter in other container, both LOCAL, however I am with this error for try to create a new repo, can you help me?
e
Hi Jennifer, Welcome! If you are looking for a quick start, you might try https://demo.lakefs.io/ which allows you to try lakeFS without installing. About this error. Did you run lakefs using docker? if so can you access your installation on http://127.0.0.1:8000 ? I want to make sure your installation is up and running.  In case it is. Can you share the code/configuration you used to access lakefs from your jupyter notebook.
j
image (2).png
@Eden Ohana tks for your help, this is my conf, according the documentation, lakefs is up
e
Thanks, I will look into it and update here
j
doesnt work, can you help me? @Eden Ohana
e
It seems like there is a networking issue. Which operating system are you using?
Even though both docker containers running on localhost they don’t share the same network. To access lakefs from the jupyter container use
Copy code
configuration.host = '<http://host.docker.internal:8000>' (on mac)
let me know if it works.
❤️ 1
j
@Eden Ohana veryyy tkss, works now :)
e
Thanks for the update, let me know if you are running into any other issue
👍 1