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

cant install for docker #4020

Open
Viknopx opened this issue Apr 24, 2024 · 4 comments
Open

cant install for docker #4020

Viknopx opened this issue Apr 24, 2024 · 4 comments

Comments

@Viknopx
Copy link

Viknopx commented Apr 24, 2024

Describe the bug
A clear and concise description of what the bug is.

When installing using Docker mode, the build failed and kept getting stuck with the following error message:

=> CACHED [4/6] COPY . . 0.0s
=> [5/6] RUN bash install.sh install-docker 471.4s
=> => # s
=> => # Successfully installed argparse-1.4.0 asyncio-3.4.3 cli_progress-2.0.0 typing-exte
=> => # urwid-2.6.10 wcwidth-0.2.13
=> => # WARNING: Running pip as the 'root' user can result in broken permissions and confl
=> => # ur with the system package manager. It is recommended to use a virtual environment
=> => # s://pip.pypa.io/warnings/venv

To Reproduce
Steps to reproduce the behavior:

  1. According to the document“ https://hiddify.com/manager/installation-and-setup/Install-Hiddify-using-Docker/

Expected behavior
finsh installation.

Screenshots
image

Desktop (please complete the following information):

  • OS: [ubuntu 22]
  • Docker [Version: 24.0.2]
@q2333gh
Copy link

q2333gh commented May 7, 2024

Same issue as above. seems stuck at warning process ?

@zx900930
Copy link

After debug, the error was:

ERROR 2002 (HY000): Can't connect to local server through socket '/run/mysqld/mysqld.sock' (2)  
stty: 'standard input': Inappropriate ioctl for device
Enter current password for root (enter for none):

Apparently, if you run this script using root user, you'll need to pass the root password to MariaDB setup

@UdoChudo
Copy link

After debug, the error was:

ERROR 2002 (HY000): Can't connect to local server through socket '/run/mysqld/mysqld.sock' (2)  
stty: 'standard input': Inappropriate ioctl for device
Enter current password for root (enter for none):

Apparently, if you run this script using root user, you'll need to pass the root password to MariaDB setup

Is you find solution ? would you explain what we need to change or doing step by step?

@vincent1890
Copy link

up

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

5 participants