微慑信息网

资产侦察灯塔系统部署及docker问题

资产侦察灯塔系统下载:

https://github.com/TophantTechnology/ARL

 

在docker pull,并部署后,登录系统报错 timeout of 12000ms exceeded错误

备注学习:

杀死所有正在运行的容器
docker kill $(docker ps -a -q)

删除所有已经停止的容器
docker rm $(docker ps -a -q)

删除所有未打 dangling 标签的镜
docker rmi $(docker images -q -f dangling=true)

删除所有镜像
docker rmi $(docker images -q)

 

通过命令docker ps -a

查看反馈:
Restarting (1) 5 minutes ago

通过命令

docker logs 188219860f55

查询对应日志:

bout to fork child process, waiting until server is ready for connections.
forked process: 23
2020-09-15T09:19:04.640+0000 I CONTROL [main] ***** SERVER RESTARTED *****
2020-09-15T09:19:04.654+0000 I CONTROL [main] ERROR: Cannot write pid file to /tmp/docker-entrypoint-temp-mongod.pid: No space left on device
ERROR: child process failed, exited with error number 1
To see additional information in this output, start without the “–fork” option.
about to fork child process, waiting until server is ready for connections.
forked process: 23
2020-09-15T09:19:06.443+0000 I CONTROL [main] ***** SERVER RESTARTED *****
2020-09-15T09:19:06.480+0000 I CONTROL [main] ERROR: Cannot write pid file to /tmp/docker-entrypoint-temp-mongod.pid: No space left on device
ERROR: child process failed, exited with error number 1
To see additional information in this output, start without the “–fork” option.

解决:

检查df -h 为磁盘使用空间不足,重新划分空间安全后,启动正常

.

赞(0) 打赏
转载请附本站链接,未经允许不得转载,,谢谢:微慑信息网-VulSee.com » 资产侦察灯塔系统部署及docker问题

评论 抢沙发

微慑信息网 专注工匠精神

微慑信息网-VulSee.com-关注前沿安全态势,聚合网络安全漏洞信息,分享安全文档案例

访问我们联系我们

觉得文章有用就打赏一下文章作者

非常感谢你的打赏,我们将继续提供更多优质内容,让我们一起创建更加美好的网络世界!

支付宝扫一扫打赏

微信扫一扫打赏

登录

找回密码

注册