随笔分类 - Docker
摘要:OpenSearch Docker 安装步骤 https://blog.csdn.net/abu935009066/article/details/134569603
阅读全文
摘要:https://blog.csdn.net/VeryLost/article/details/128611800 因为最新版的ubuntu系统使用了iptables-nft,而WSL2不支持导致的。 需要使用如下命令修改信息: root@username:/# update-alternatives
阅读全文
摘要:报错信息: docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]]. 解决方法: 1,任意路径下创建nvidia-container-runtime-script
阅读全文
摘要:windows 10 安装ubuntu+docker(不安装desktop docker)步骤1. 安装wsl2,ubuntu 22.04参考网络文档2. powershell 里运行wsl3. sudo -i4. curl -fsSL https://get.docker.com -o get-d
阅读全文
摘要:https://blog.csdn.net/ChaITSimpleLove/article/details/129678126
阅读全文
摘要:Docker的常用命令包括: 启动Docker服务:systemctl start docker 查看docker状态:systemctl status docker 停止docker服务:systemctl stop docker 重启docker服务:systemctl restart dock
阅读全文
摘要:在自己的服务器上搭建了一个gitlab服务,发现这玩意太耗资源,还是删除了吧,用免费的github或gitee吧。 https://blog.csdn.net/weixin_48227918/article/details/131749359?ops_request_misc=%257B%2522r
阅读全文
摘要:在xz3060 - dockerhub.kingbrains.com上安装了自己的docker registry, 方便自己的docker镜像的管理。 查看仓库里的镜像:http://dockerhub.kingbrains.com/v2/_catalog 1. 将镜像推送到Docker regis
阅读全文
摘要:安装好了Linux子系统,用户目录是/home/user,C盘目录是/mnt/c。但是这个子系统其实是在C盘上的,如果你要在上面配置一些环境可能会大量占用C盘空间,未来保证系统盘空间充足,我们还要将其迁移到非系统盘。需要一个WSL的管理工具叫LxRunOffline进行迁移。 或者在github下载
阅读全文
摘要:https://blog.csdn.net/sky_jiangcheng/article/details/130982867?spm=1001.2101.3001.6650.2&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%
阅读全文
摘要:https://deepinout.com/wsl-tutorials/37_installing_wsl2_on_windows_10.html win10 安装wsl2 WSL(Windows Subsystem for Linux)是 Windows 10 中一项十分强大的功能,它可以使用户在
阅读全文