idea连接docker报2375错误

idea 安装插件以后报错: java.io.IOException: unexpected end of stream on http://0.0.0.0:2375/… 解决办法为开启 2375 端口

1
sudo vim /lib/systemd/system/docker.service

找到 ExecStart,后面追加 -H tcp://0.0.0.0:2375

image-20221116094116206

重启 docker

1
2
sudo systemctl daemon-reload
sudo systemctl restart docker

修改 idea 设置中 Docker 配置,tcp://0.0.0.0:2375tcp://localhost:2375

即可重新开启

image-20221116094336450

另外 wsl 中如何使用 windows 字体如下所示

1
2
sudo ln -s /mnt/c/Windows/Fonts /usr/share/fonts/font
fc-cache -fv

icdiff

1
2
yay -S icdiff
git config --global icdiff.options '--highlight --line-numbers'

使用git icdiff 可以查看到

image-20221116110203200

Licensed under CC BY-NC-SA 4.0
最后更新于 Jan 06, 2025 05:52 UTC
comments powered by Disqus
Built with Hugo
主题 StackJimmy 设计
Caret Up