解锁WSL下Docker使用

简介:Windows Subsystem for Linux(简称WSL)是一个在Windows 10上能够运行原生Linux二进制可执行文件(ELF格式)的兼容层。正常情况下,WSL安装完成后直接使用docker会抛出以下报错:

python 复制代码
Cannot connect to the Docker daemon at unix:///var/run/docker.sock.

历史攻略:

WSL:win10不用虚拟机、xshell也能运行Linux文件的解决方案

win10:安装docker和测试安装redis

卸载WSL

安装步骤:

1、正常安装WSL

2、安装 Windows Docker

3、再次运行WSL的时候即可正常使用WSL下的docker了。

python 复制代码
(base) tom@L:/$ docker run -itd --name redis-test -p 6379:6379 redis
Unable to find image 'redis:latest' locally
latest: Pulling from library/redis
b0a0cf830b12: Pull complete
214d0afb35ca: Pull complete
16a9d12e7a2c: Pull complete
cb9709829e8b: Pull complete
00e912971fa2: Pull complete
f7ebca356832: Pull complete
4f4fb700ef54: Pull complete
c16c264be546: Pull complete
Digest: sha256:f14f42fc7e824b93c0e2fe3cdf42f68197ee0311c3d2e0235be37480b2e208e6
Status: Downloaded newer image for redis:latest
97ee5c88fdcf903c847be92ee2e89ee6bfb376f8a2d5e6cfa25aeb9e5a43f43b
(base) tom@LAPTOP-3FI0HAN5:/mnt$ docker ps -a
CONTAINER ID   IMAGE     COMMAND                  CREATED         STATUS         PORTS                                       NAMES
97ee5c88fdcf   redis     "docker-entrypoint.s..."   6 seconds ago   Up 3 seconds   0.0.0.0:6379->6379/tcp, :::6379->6379/tcp   redis-test
相关推荐
热爱编程的小白白5 小时前
【Playwright自动化】录制生成脚本
运维·自动化
java_logo5 小时前
MySQL Server Docker 容器化部署指南
linux·运维·数据库·docker·容器
I***t7165 小时前
自己编译RustDesk,并将自建ID服务器和key信息写入客户端
运维·服务器
BJ_Bonree5 小时前
数智先锋 | 核心应用响应时常<1s、多终端崩溃率低至 0.1%!Bonree ONE 赋能蓝月亮应用性能与终端体验双重升级!
运维
Radan小哥5 小时前
Docker学习笔记—day0010
笔记·学习·docker
张鱼小丸子5 小时前
电脑刷机教程:轻松重装系统指南
运维
e***19355 小时前
docker compose安装redis
redis·docker·容器
k***1955 小时前
Nginx反向代理出现502 Bad Gateway问题的解决方案
运维·nginx·gateway
可爱又迷人的反派角色“yang”5 小时前
LVS+Keepalived群集
linux·运维·服务器·前端·nginx·lvs