Lawrence Stubbs
Lawrence Stubbs
You put your IP address?
What errors come up? Look at the log file
Missing: > --cap-add=NET_ADMIN --ip=xxx.xxx.xxx.xxx From docker run command
That still shows "free.pbx.host" in logs, that should not be shown anywhere. You need purge everything, all data, or a new mount drive.
Yes, they are examples, I wouldn't have my real IP posted. Any default install of Docker does not have any ports or IPs public open/accessable. So you need to have...
> "$ 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...
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...
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...
You need to check your docker start up configuration. No Internet issue is on you, not the image, since you haven't posted the actual error displayed/logged or your configuration setup....
First try using without docker compose. This image using a systemd replacement python script to do control some internal systemctl stuff. Might not be compatible with that. The image might...