-
Notifications
You must be signed in to change notification settings - Fork 221
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
Comments
docker 命令不存在,是不是docker没有装成功。目前只支持 Centos 7的版本,你是不是使用了Centos8吖 |
[root@vultr ~]# git clone https://github.com/seccome/Ehoney.git |
依然如此 centos7_64,大哥到底什么情况 |
ifconfig 命令没有 |
sudo yum install net-tools -y |
--------------------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
The text was updated successfully, but these errors were encountered: