Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
文档中给出了多种安装 kata 容器的方法。但是,是否有提供卸载 kata 的工具?
我想删除我计算机上安装的所有 kata,以便重新开始安装。
我就是这样做的;dpkg --list,然后 sudo apt-get --purge remove **item
虽然我不确定这是否可行/删除所有内容。如果有人可以对此发表评论,将不胜感激。谢谢!