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

Container Issabel #6

Open
B4bayaga opened this issue Apr 22, 2022 · 7 comments
Open

Container Issabel #6

B4bayaga opened this issue Apr 22, 2022 · 7 comments

Comments

@B4bayaga
Copy link

Hello, discover your projects on github and if possible I would really like some help. I'm trying to upload an Issabel docker container, but I always run the command: "$ docker exec -it issabel ./install.sh", during the installation it asks for the DB password and as soon as I enter an error appears and cancels the installation. Thank you if you can help me.

@TheTechsTech
Copy link
Owner

"$ docker exec -it issabel ./install.sh"

Where is install.sh found in this project or in Dockerfile file?

Your command might be valid for entering a running container, not for installing. Otherwise not sure what you trying to do. The readme show how to start image container.

You might want to look into how to get into a docker image command line prompt.

@B4bayaga
Copy link
Author

Just followed this: https://hub.docker.com/r/cubicerp/issabel
$ docker run --privileged --restart=always --name issabel -v /sys/fs/cgroup:/sys/fs/cgroup:ro -dti --hostname pbx -p4433:443 cubicerp/issabel
$ docker exec -it issabel ./install.sh

Thank you in advance for your time, here in Brazil it is difficult to get information about Issabel in the conteiner.

@TheTechsTech
Copy link
Owner

This is not a Cubicerp repo. I don't even see the Dockerfile they are using. So no way to know what's that install.sh script is all about. You will need to contact them.

Anyway, there were no other docker image at the time i created this.

@B4bayaga
Copy link
Author

Thanks again, I'll use this one from your repository.

@B4bayaga
Copy link
Author

Vi que tem um arquivo.py, o que ele faz?

@B4bayaga
Copy link
Author

I see you have a arquivo.py, what does he do?

@TheTechsTech
Copy link
Owner

What's arquivo.py?

If you mean systemctl.py see https://github.com/gdraheim/docker-systemctl-replacement for why it's needed.

In short there are issues where certain services require systemd, that deal with the d-bus, and docker not too friendly with.

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