出现上图错误,点击链接安装最新版本的 WSL2
https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi
安装之后重启就可以了
配置镜像源
{
"registry-mirrors":["https://registry.docker-cn.com","https://mirror.ccs.tencentyun.com"],
"builder": {
"gc": {
"defaultKeepStorage": "20GB",
"enabled": true
}
},
"experimental": false,
"features": {
"buildkit": true
}
}
重启,镜像源 就配置好了
我们可以搜索自己想要安装的软件
里面很多 命令 教我们我们怎么运行redis
我自己也没搞懂
查询到的其他资料
Docker 官方镜像仓库查找 Redis :https://hub.docker.com/
Docker镜像官网
一个命令跑起来:
docker run -d -p 6379:6379 --name redis redis:latest
命令参考:https://docs.docker.com/engine/reference/commandline/run/
回到docker页面,可以看到redis 已经在运行状态了
点击下面按钮 可以进入命令行页面
也可以使用远程工具连接redis