博文

目前显示的是标签为“docker”的博文

v5-openwrt-lede-23.4.1旁路由vps固件下地址 测试openwrt服务器版docker x-ui安装

图片
电报群: https://t.me/pcdn3 (这里朋友众多,相互学习。) youtube视频: https://youtu.be/d6O8JanR2dM B站视频: https://www.bilibili.com/video/BV1Mc411p7y9/ v5-openwrt-lede-23.4.1旁路由vps固件下载地址:   https://cowtransfer.com/s/83ee405331794c    [ v5-23.4.1旁路由vpsopenwrt-x86-64-generic-squashfs-combined.img.gz ]  此版本主要添加 docker 和openclash 测试openwrt服务器版docker x-ui安装 命令代码: mkdir x-ui && cd x-ui docker run -itd --network=host -v $PWD/db/:/etc/x-ui/ -v $PWD/cert/:/root/cert/ --name x-ui --restart=unless-stopped enwaiax/x-ui:latest

The Alpine Linux environment installs docker container records-中文:alpine linux 环境安装 docker 容器 记录

图片
 The installation records-中文:安装记录 root@192.168.5.121's password: localhost:~# cd .. localhost:/# vi /etc/apk/repositories ------------------------------------------------------------- Remove the community source address # comment. 中文: 使用Del键去掉社区源地址#号注释(第三行#) 按Esc键  然后输入冒号(:)在输入wq回车 --------------------------------------------------------------- localhost:/# apk update fetch http://mirror.lzu.edu.cn/alpine/v3.9/main/x86_64/APKINDEX.tar.gz fetch http://mirror.lzu.edu.cn/alpine/v3.9/community/x86_64/APKINDEX.tar.gz v3.9.6-76-gdbaf4fe216 [http://mirror.lzu.edu.cn/alpine/v3.9/main] v3.9.6-77-ge8d61b9ac4 [http://mirror.lzu.edu.cn/alpine/v3.9/community] OK: 9774 distinct packages available -------------------------------------------------------------------- localhost:/# apk add docker (1/11) Installing ca-certificates (20191127-r2) (2/11) Installing libseccomp (2.4.2-r2) (3/11) Installing runc (1.0.0_rc8-r0) (4/11) Installing containerd (1.2.7-r0) (5/11) Installing libmnl (1.0.4-r0) ...