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

试了几次换机也是如此 #33

Open
administrator-WD opened this issue Jul 17, 2021 · 5 comments
Open

试了几次换机也是如此 #33

administrator-WD opened this issue Jul 17, 2021 · 5 comments
Labels
question Further information is requested

Comments

@administrator-WD
Copy link

--------------------Start deploying Redis-----------------------------
./quick-start.sh: line 154: docker: command not found
stop docker container if exist [decept-redis]...
-------------------Start setting redis password: ehoney@0571-------------------
./quick-start.sh: line 360: docker: command not found
./quick-start.sh: line 361: docker: command not found
docker run -p 6379:6379 -v /etc/decept-defense/data:/data --name decept-redis -d redis:5.0.6 redis-server --requirepass ehoney@0571
./quick-start.sh: line 75: docker: command not found
decept-redis docker service start error, exit!!
[root@vultrguest Ehoney]# docker start redis_proc
-bash: docker: command not found

怎么解决用的这个一键安装命令
git clone https://github.com/seccome/Ehoney.git

@administrator-WD administrator-WD added the question Further information is requested label Jul 17, 2021
@A-Nan-Kit
Copy link

docker 命令不存在,是不是docker没有装成功。目前只支持 Centos 7的版本,你是不是使用了Centos8吖

@administrator-WD
Copy link
Author

[root@vultr ~]# git clone https://github.com/seccome/Ehoney.git
正克隆到 'Ehoney'...
remote: Enumerating objects: 6729, done.
remote: Counting objects: 100% (1944/1944), done.
remote: Compressing objects: 100% (900/900), done.
remote: Total 6729 (delta 1024), reused 1620 (delta 917), pack-reused 4785
接收对象中: 100% (6729/6729), 447.71 MiB | 41.38 MiB/s, done.
处理 delta 中: 100% (2849/2849), done.
[root@vultr ~]# cd Ehoney && chmod +x quick-start.sh && ./quick-start.sh
Notice [If there is a coding problem during startup, Please install dos2unix and execute dos2unix quick-start.sh]
./quick-start.sh:行613: ifconfig: 未找到命令
IP of network card is not set, please check the server environment!
[root@vultr Ehoney]# cd Ehoney && chmod +x quick-start.sh && ./quick-start.sh
-bash: cd: Ehoney: 没有那个文件或目录
[root@vultr Ehoney]#

@administrator-WD
Copy link
Author

依然如此 centos7_64,大哥到底什么情况

@A-Nan-Kit
Copy link

ifconfig 命令没有

@robinoneway
Copy link

sudo yum install net-tools -y

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

No branches or pull requests

3 participants