诺甘农圆盘

参考资料收集库

用户工具

站点工具


linux_docker_debian_installation

Debian安装docker的一键脚本

root@curl -fsSL https://get.docker.com -o get-docker.sh

root@sh ./get-docker.sh

进化版

$ sudo apt-get update
$ sudo apt-get install curl
$ curl -fsSL https://get.docker.com/ | sh
$ sudo usermod -aG docker <your_username>

参考资料:https://docs.sevenbridges.com/docs/install-docker-on-linux

linux_docker_debian_installation.txt · 最后更改: 2024/10/31 13:19 由 packingbox