yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo 1. 4.安装Docker引擎 yum install docker-ce docker-ce-cli containerd.io docker-compose-plugin 1. 5.设置Docker开机启动 systemctl enable docker 1. 6.启动Docker服务 systemctl start docker 1. 使用默认...
./scripts/feeds update luci-lib-jsonc ./scripts/feeds install luci-lib-jsonc wget https://raw.githubusercontent.com/lisaac/luci-lib-docker/master/Makefile -P package/luci-lib-docker #compile package only make package/luci-lib-jsonc/compile V=99 make package/luci-lib-docker/compile v=99...
luci-lib-jsonc Download: ipk file QUICK START: localdocker=require"luci.docker"--local endpointd=docker.new({socket_path="/var/run/docker.sock"})--remote endpointd=docker.new({host="10.1.1.2",port="2375"})response_str=d.containers:list({name="container_name"})--[[-- if operate con...
luci-lib-jsonc Download: ipk file QUICK START: localdocker=require"luci.docker"--local endpointd=docker.new({socket_path="/var/run/docker.sock"})--remote endpointd=docker.new({host="10.1.1.2",port="2375"})response_str=d.containers:list({name="container_name"})--[[-- if operate con...
This is a simple Docker Engine API for LuCI, Now we can operating Docker in LuCI by this lib. Depends: luci-lib-jsonc Download: ipk file QUICK START: localdocker=require"luci.docker"--local endpointd=docker.new({socket_path="/var/run/docker.sock"})--remote endpointd=docker.new({host...
Docker Engine API for LuCI This is a simple Docker Engine API for LuCI, Now we can operating Docker in LuCI by this lib. Depends: luci-lib-jsonc Download: ipk file QUICK START: localdocker=require"luci.docker"--local endpointd=docker.new({socket_path="/var/run/docker.sock"})--remote...
(lisaac/luci-app-dockerman#162) davidtallcommittedApr 21, 2023 1 parent45d4878commitc033d80 Showing1 changed filewith1 additionand1 deletion. Whitespace Ignore whitespace Split Unified 2 changes: 1 addition & 1 deletion2applications/luci-app-dockerman/luasrc/model/cbi/dockerman/overview.lua ...
Docker Engine API for LuCI. Contribute to lisaac/luci-lib-docker development by creating an account on GitHub.