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

修正 Docker 相关的多个问题 #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Ghost-chu
Copy link

更改列表:

  1. 修复 APK 源 python 包被移除导致 Docker 镜像构建失败的问题,替换为 python3
  2. 修复 nginx 无法启动的问题,nginx 现在使用 /etc/nginx/http.d 作为虚拟主机文件夹,不再使用 /etc/nginx/conf.d,此 commit 跟随进行了路径修正

测试:

在 Debian GNU/Linux 11 (bullseye) x86_64 上使用 Docker (CE) 和 Portainer (CE) 2.16.2 测试通过,测试环境 Docker 版本信息如下:

Client: Docker Engine - Community
 Version:           20.10.22
 API version:       1.41
 Go version:        go1.18.9
 Git commit:        3a2c30b
 Built:             Thu Dec 15 22:28:22 2022
 OS/Arch:           linux/amd64
 Context:           default
 Experimental:      true

Server: Docker Engine - Community
 Engine:
  Version:          20.10.22
  API version:      1.41 (minimum version 1.12)
  Go version:       go1.18.9
  Git commit:       42c8b31
  Built:            Thu Dec 15 22:26:14 2022
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.6.14
  GitCommit:        9ba4b250366a5ddde94bb7c9d1def331423aa323
 runc:
  Version:          1.1.4
  GitCommit:        v1.1.4-0-g5fd4c4d
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

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

Successfully merging this pull request may close these issues.

1 participant