invalid character ‘‘ looking for beginning of object key string

Failed to start Docker Application Container Engine.

Sep 12 22:07:12 localhost.localdomain systemd[1]: docker.service: Scheduled restart job, restart counter is at 1.

Sep 12 22:07:12 localhost.localdomain systemd[1]: Stopped Docker Application Container Engine.

Sep 12 22:07:12 localhost.localdomain systemd[1]: Starting Docker Application Container Engine...

Sep 12 22:07:12 localhost.localdomain dockerd[129253]: unable to configure the Docker daemon with file /etc/docker/daemon.json: invalid character 'Â' looking for beginning of object key string

使用以下命令查看问题

复制代码
journalctl -u docker.service

遇到这个问题,去掉daemon.json中的所有空格和制表符(以及其他非法字符)即可运行成功

相关推荐
一个人旅程~2 天前
如何用命令行把win10/win11设置为长期暂停更新?
linux·windows·经验分享·电脑
Factory_Audit3 天前
亚马逊社会责任验厂审核标准及注意事项
大数据·经验分享
江南小书生3 天前
制造业系统赋能成熟度自测表(实操版)
经验分享·非标制造
三流架构师3 天前
述职报告资源合集
经验分享
徐先生 @_@|||3 天前
时间序列异常检测框架CrossAD论文阅读
经验分享·python·机器学习
LaughingZhu3 天前
Product Hunt 每日热榜 | 2026-02-25
数据库·人工智能·经验分享·神经网络·chatgpt
中屹指纹浏览器3 天前
2026 硬核技术实践:浏览器指纹生成算法与风控逆向对抗
经验分享·笔记
给老吕螺丝3 天前
提升国内访问GitHub稳定性的解决方案:Steamcommunity 302工具详解 (Ver.13.0.05+)
经验分享·github
智者知已应修善业3 天前
【查找指定字符串首位置与数量不区分大小写完整匹配】2025-5-3
c语言·c++·经验分享·笔记·算法
三水不滴3 天前
利用SpringCloud Gateway 重试 + 降级解决第三方接口频繁超时问题,提升性能
经验分享·笔记·后端·spring·spring cloud·gateway