Skip to content

Commit e76c982

Browse files
author
nicolaka
committed
Merge branch 'test'
2 parents 58038f9 + a4c77bd commit e76c982

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ RUN set -ex \
4848
tcptraceroute \
4949
tshark \
5050
util-linux \
51-
vim
52-
53-
51+
vim \
52+
websocat
53+
5454

5555
# apparmor issue #14140
5656
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)