尝试了raising this on GitHub,但Traefik机器人认为这不是错误:
试图通过Docker Compose从DockerHub中获取最新的Docker镜像并启动容器
Ubuntu 18.04.1(通用4.15.0-42内核)
Traefik容器成功启动
无法启动Traefik容器
错误:对于traefik无法启动服务traefik:OCI运行时创建失败:sysctl“ kernel.domainname”不在单独的内核名称空间中:未知
traefik version
的输出:(您使用的是Traefik的哪个版本?) Version: v1.7.6
Codename: maroilles
Go version: go1.11.3
Built: 2018-12-14_06:43:37AM
OS/Arch: linux/amd64
--logLevel=DEBUG
开关)
time="2018-12-16T08:44:09Z" level=error msg="vulcand/oxy/forward/websocket: Error when copying from backend to client: websocket: close 1006 (abnormal closure): unexpected EOF"
time="2018-12-16T09:06:09Z" level=error msg="vulcand/oxy/forward/websocket: Error when copying from backend to client: websocket: close 1006 (abnormal closure): unexpected EOF"
time="2018-12-16T09:28:00Z" level=error msg="vulcand/oxy/forward/websocket: Error when copying from backend to client: websocket: close 1006 (abnormal closure): unexpected EOF"
time="2018-12-17T11:56:28Z" level=error msg="vulcand/oxy/forward/websocket: Error when copying from client to backend: websocket: close 1006 (abnormal closure): unexpected EOF"
答案 0 :(得分:0)
似乎Traefik的最新版本已弃用domainname
参数。
从Docker Compose删除此设置后,我可以提取最新映像并启动容器。