笔记
https://github.com/0xbug/Hawkeye
通过ip及端口方式连接mongo
mongo ip:27017
systemctl start docker #启动docker
systemctl enable docker #开机启动docker
systemctl status docker #查看docker状态
systemctl stop firewalld.service 可以关闭运行的防火墙
systemctl disable firewalld.service 即可永久禁止防火墙服务,下次重启也不会开启
vi /etc/selinux/config
将SELINUX=enforcing改为SELINUX=disabled
设置后需要重启才能生效