docker run --net=host liubowei/netstat -nap
10K+
FROM ubuntu:17.10
RUN apt-get update -y && apt-get install -y --no-install-recommends net-tools
ENTRYPOINT netstat
Content type
Image
Digest
Size
66.9 MB
Last updated
over 8 years ago
docker pull liubowei/netstat