「智能提示」和「历史记录」就是类似 oh my zsh 的 zsh-autosuggestions 插件效果一样参考:Linux 安装 oh my zsh,并开启常见插件参考:Python 如何实现命令行下的交互式 GUI4个用于构建优秀命令行用户界面的Python库4 Python libraries for building great command-line user interfaces
我的平台是 x86,我想要构建多平台镜像,但是 docker buildx ls 但是没有 arm 和 mips 等等其他平台 {代码...} 怎么办?怎么让 arm 这些东西都出现?我参考了:构建多架构镜像的最佳实践然后在命令行输入 docker run --privileged --rm tonistiigi/binfmt --install all {代码...} 我就拥有了一切 {代码...}