本文发布于Cylon的收藏册,转载请著名原文链接~


  • telnet:busybox-extras
  • net-tools: net-tools
  • tcpdump: tcpdump
  • wget: wget
  • dig nslookup: bind-tools
  • curl: curl
  • nmap: nmap
  • wget ifconfig nc traceroute.. : busybox
  • ssh: openssh-client
  • ss iptables: iproute2
  • ethtool: ethtool
FROM  alpine
MAINTAINER  
RUN sed -i 's@http://dl-cdn.alpinelinux.org/@https://mirrors.aliyun.com/@g' /etc/apk/repositories
RUN apk add --no-cache --virtual .persistent-deps \
                curl \
		tcpdump \
                iproute2 \
                bind-tools \
                ethtool \
                busybox-extras \
                libressl \
                openssh-client \
		busybox
CMD  [ "tail", "-f" ]

本文发布于Cylon的收藏册,转载请著名原文链接~

链接:https://www.oomkill.com/2023/03/alpine-network-tools/

版权:本作品采用「署名-非商业性使用-相同方式共享 4.0 国际」 许可协议进行许可。