-
Notifications
You must be signed in to change notification settings - Fork 137
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
常见问题 #45
Comments
数据库连接超时问题 #83 |
安装指定docker版本 导入 Docker 官方 GPG 密钥curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg 设置 Docker 官方仓库echo "deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null 更新包索引sudo apt update 安装 Docker 24.0.2sudo apt install docker-ce=5:24.0.2-1 安装 Docker Compose 版本 v2.18.1 sudo chmod +x /usr/local/bin/docker-compose docker-compose --version |
Error creating database: Authentication failed., full error: {'ok': 0.0, 'errmsg': 'Authentication failed.', 'code': 18, 'codeName': 'AuthenticationFailed'} |
更新教程: 单机部署
docker rmi <scopesentry-scan镜像id> 在之前的项目根目录中重新执行
分布式部署在对应的机器上删除容器和镜像,和之前一样重新安装就可以 |
ufw无法实现对相关端口实现限制的解决方案 |
全端口扫描: |
docker-compos se -t single-host-deployment.yml up -d ERROR: The Compose file './single-host-deployment.yml' is ir nvalid because:
services.scope-sentry.depends_on contains an invalid type, it should be an array
services.scopesentry-scan.depends_on contains an invalid ty! pe, it should be an array
docker版本问题导致的
#11
The text was updated successfully, but these errors were encountered: