Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

running docker example #33

Open
amamory opened this issue May 11, 2024 · 1 comment
Open

running docker example #33

amamory opened this issue May 11, 2024 · 1 comment

Comments

@amamory
Copy link

amamory commented May 11, 2024

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 !

@pellecchialuigi
Copy link
Collaborator

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.

Thanks again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants