Published on

ubuntu20.04 docker安装

Authors

https://www.cnblogs.com/songxi/p/12788249.html https://www.runoob.com/docker/centos-docker-install.html

Linux/Ubuntu 22.04 安装Docker - 重庆熊猫 - 博客园 (cnblogs.com)

curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun

免root当前用户登录

sudo usermod -aG docker $USER

wsl2 无法使用systemctl,使用service docker start 启动

要免sudo 运行docker,先登录到root账户 sudo su root 再登录到 原账户 su 原账户名,ssh直接退出,在登录即可

ubuntu22.04 service docker start 启动后还是显示无法运行,执行下面的命令,选择1

update-alternatives --config iptables