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

Cannot Install Docker Container #4726

Closed
socksprox opened this issue Jan 4, 2025 · 11 comments
Closed

Cannot Install Docker Container #4726

socksprox opened this issue Jan 4, 2025 · 11 comments
Labels

Comments

@socksprox
Copy link

Describe the bug
It always fails at "Running 3/3
redis Error - context cancelled
hiddify Error - manifest unknown
mariadb Error - context cancelled

To Reproduce
Steps to reproduce the behavior:
spin up new azure upuntu 22.04 vm, run docker one liner

Expected behavior
I have never installed it successfully before, but i guess a successfull installation

Desktop (please complete the following information):

  • OS: Ubuntu 22.04
  • Also tried on Debian 12

https://paste.gg/p/anonymous/b7e268f1a107436ebc1355d29e4b33a8

@socksprox
Copy link
Author

In the developmental release it seems to work and go further!
image

@socksprox
Copy link
Author

but now fails at this with the dev build:
image

@socksprox
Copy link
Author

This seems to be related to the VPS, once I used my own QEMU VM, the install worked.

I would be grateful if you guys could fix the azure compatibility. I tried to install it for many hours today, using many versions of ubuntu, it all failed

@colpocleisis
Copy link

colpocleisis commented Jan 5, 2025

There seems to be some issues in the docker manifest...
for now you can bypass it by using

image: ghcr.io/hiddify/hiddify-manager@sha256:cca40161b44fb103febcbf7db4a5e5087e8ed756f9a05754f598737eb26b4ad6

@socksprox
Copy link
Author

There seems to be some issues in the docker manifest... for now you can bypass it by using

image: ghcr.io/hiddify/hiddify-manager@sha256:cca40161b44fb103febcbf7db4a5e5087e8ed756f9a05754f598737eb26b4ad6

Im sorry, being honest i have no idea about such docker images, how can i integrate this with the script?

But thank u

@colpocleisis
Copy link

you edit your docker-compose.yml file replacing
image: ghcr.io/hiddify/hiddify-manager:latest
to
image: ghcr.io/hiddify/hiddify-manager@sha256:cca40161b44fb103febcbf7db4a5e5087e8ed756f9a05754f598737eb26b4ad6

@socksprox
Copy link
Author

you edit your docker-compose.yml file replacing image: ghcr.io/hiddify/hiddify-manager:latest to image: ghcr.io/hiddify/hiddify-manager@sha256:cca40161b44fb103febcbf7db4a5e5087e8ed756f9a05754f598737eb26b4ad6

It didn't solve it, still stuck:
image

I tried it using my edited file and this command: bash <(curl https://raw.githubusercontent.com/PalmTamino/HiddifyDockerFix/refs/heads/main/docker-install.sh) "latest"

@vvirtues
Copy link

vvirtues commented Jan 7, 2025

you edit your docker-compose.yml file replacing image: ghcr.io/hiddify/hiddify-manager:latest to image: ghcr.io/hiddify/hiddify-manager@sha256:cca40161b44fb103febcbf7db4a5e5087e8ed756f9a05754f598737eb26b4ad6

It didn't solve it, still stuck: image

I tried it using my edited file and this command: bash <(curl https://raw.githubusercontent.com/PalmTamino/HiddifyDockerFix/refs/heads/main/docker-install.sh) "latest"

same thing

@vvirtues
Copy link

vvirtues commented Jan 7, 2025

oh I get port 443 is already allocated in docker
so I have to stop the container using it
EDIT this didnt work

@vvirtues
Copy link

vvirtues commented Jan 7, 2025

why does the protocol use every port in existence

@litoosh13
Copy link

mentioned here:
#4737

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

No branches or pull requests

4 participants