Hiddify-Manager
Hiddify-Manager copied to clipboard
cant install for docker
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:
- According to the document“ https://hiddify.com/manager/installation-and-setup/Install-Hiddify-using-Docker/ “
Expected behavior finsh installation.
Screenshots
Desktop (please complete the following information):
- OS: [ubuntu 22]
- Docker [Version: 24.0.2]
Same issue as above. seems stuck at warning process ?
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
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?
up
we notice this problem...we will look into it