Skip to content

Commit d1b1129

Browse files
authored
Merge branch 'master' into master
2 parents d0937b4 + e76c982 commit d1b1129

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Dockerfile

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \
77

88
RUN /tmp/fetch_binaries.sh
99

10-
FROM alpine:3.9
10+
FROM alpine:3.11
1111

1212
RUN set -ex \
1313
&& echo "http://nl.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories \
@@ -34,7 +34,7 @@ RUN set -ex \
3434
iperf \
3535
iproute2 \
3636
ipset \
37-
iptables \
37+
iptables \
3838
iptraf-ng \
3939
iputils \
4040
ipvsadm \
@@ -50,17 +50,16 @@ RUN set -ex \
5050
nmap-nping \
5151
openssl \
5252
py-crypto \
53-
py2-virtualenv \
5453
scapy \
5554
socat \
5655
strace \
5756
tcpdump \
5857
tcptraceroute \
5958
tshark \
6059
util-linux \
61-
vim
62-
63-
60+
vim \
61+
websocat
62+
6463

6564
# apparmor issue #14140
6665
RUN mv /usr/sbin/tcpdump /usr/bin/tcpdump

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ To troubleshoot these issues, `netshoot` includes a set of powerful tools as rec
101101
tshark
102102
util-linux
103103
vim
104+
websocat
104105

105106
## **Docker EE 2.0 + Kubernetes Use Cases:**
106107
Here's a list of use-cases that can help you understand when and how to use this container to solve networking issues in your Docker cluster. Please feel free to add your own use-case where you used `netshoot` to investigate, trouble-shoot, or just learn more about your environment!!!
@@ -669,4 +670,4 @@ More info on `termshark` [here](https://github.com/gcla/termshark)
669670

670671
## Feedback + Contribution
671672

672-
Feel free to provide feedback and contribute networking troubleshooting tools and use-cases by opening PRs.
673+
Feel free to provide feedback and contribute networking troubleshooting tools and use-cases by opening PRs.

0 commit comments

Comments
 (0)