1 Star 0 Fork 0

wslyx/iptables-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 484 Bytes
一键复制 编辑 原始数据 按行查看 历史
xujp 提交于 2024-04-22 12:12 . feat(*):add show all table rules
FROM golang:1.17.8 AS builder
WORKDIR /
COPY . .
RUN make
FROM ubuntu:22.04
RUN sed -i s@/archive.ubuntu.com/@/mirrors.cloud.tencent.com/@g /etc/apt/sources.list &&\
sed -i s@/security.ubuntu.com/@/mirrors.cloud.tencent.com/@g /etc/apt/sources.list &&\
apt-get update -y &&\
apt-get install net-tools -y &&\
apt-get install ca-certificates -y &&\
apt-get install iptables -y
WORKDIR /
COPY --from=builder /iptables-server .
ENTRYPOINT ["/iptables-server"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wslyx/iptables-web.git
git@gitee.com:wslyx/iptables-web.git
wslyx
iptables-web
iptables-web
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385