You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run the docker setup. I am initially trying it we all the default docker arguments like port, passwd, etc.
i went through both docker builds w no issues. Both docker runs were also ok.
When i run docker ps, I only see basil-app and not basil-api docker image. I found it a bit weird since basil-api docker run went ok.
Since I am building w default arguments, i was assuming that i would have access to the GUI via localhost:5000 ... but that doesnt work. I was missing in the example docker run some argument to export the basil port to the host system. My host system is a Mint 21.3.
Am i missing something ? or perhaps there are some missing information in the docker manual ?
thanks !
The text was updated successfully, but these errors were encountered:
Hi,
first of all let me say that I'm really sorry to replay to you with so huge delay.
I missed the notifications here as I was focusing on a single issue so far.
I'll try to have a deep look into the issue list next time.
Second. Thanks for reaching out here!
Can you confirm that you still have the problem?
I see I added 2 commits in the days after your message.
The fact that you don't see the container running means that it is failing on the entrypoint.
A general suggestion can be to run a container without the -d detach option so you can check if any logs appears.
If you are not lucky that way, you can run the image overriding the entry point and run it manually to see exceptions logs.
Let me know the current status and we can go step by step to solve the problem. We can also set up a gmeet to have a look at it together.
I am trying to run the docker setup. I am initially trying it we all the default docker arguments like port, passwd, etc.
i went through both docker builds w no issues. Both docker runs were also ok.
When i run
docker ps
, I only see basil-app and not basil-api docker image. I found it a bit weird since basil-api docker run went ok.Since I am building w default arguments, i was assuming that i would have access to the GUI via localhost:5000 ... but that doesnt work. I was missing in the example docker run some argument to export the basil port to the host system. My host system is a Mint 21.3.
Am i missing something ? or perhaps there are some missing information in the docker manual ?
thanks !
The text was updated successfully, but these errors were encountered: