摘要:
一、Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? 解决方案: 在/etc/docker路径下创建(打开) daemon.json 写入 { "regi 阅读全文
摘要:
# 当配置中需要配置内存大小时,可以使用 1k, 5GB, 4M 等类似的格式,其转换方式如下(不区分大小写) # # 1k => 1000 bytes # 1kb => 1024 bytes # 1m => 1000000 bytes # 1mb => 1024*1024 bytes # 1g = 阅读全文
摘要:
一、Docker pull redis 镜像 执行命令:docker pull redis 默认下载latest版本镜像,同 docker pull redis:latest 拉取不同 tags 的 redis 镜像,用冒号隔开 :docker pull redis:6.2.5 执行命令:docke 阅读全文
摘要:
docker查看容器挂载目录 docker查看容器列表 阅读全文
摘要:
[ Redis ] redis.conf 文件详解 阅读全文
摘要:
一、DateTime.Compare(全时间比较) // 摘要: //比较系统的两个实例。DateTime,并返回一个整数,该整数指示 //第一个实例是否早于、相同于或晚于第二个实例 //例如。 // // 参数: //t1: //第一个要比较的对象。 //t2: //第二个要比较的对象。 // / 阅读全文
摘要:
wsl 安装Ubuntu、启动Ubuntu 报错:0x80370102 WslRegisterDistribution failed with error: 0x80370102 Please enable the Virtual Machine Platform Windows feature a 阅读全文
摘要:
要开启 BIOS 虚拟化,首先需要进入 BIOS 设置。通常可以在电脑启动时按下 F2 或 Del 键进入。具体操作可能因电脑品牌和型号而异。 在 BIOS 设置中,需要找到“虚拟化支持”或“硬件虚拟化”选项,并将其设置为“开启”。有些电脑可能需要在“高级选项”中找到此选项。 1、惠普BIOS中开启 阅读全文