Skip to content

Commit a4c77bd

Browse files
committed
Add websocat package
Signed-off-by: William Albertus Dembo <[email protected]>
1 parent 4cca24b commit a4c77bd

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
@@ -49,9 +49,9 @@ RUN set -ex \
4949
tcptraceroute \
5050
tshark \
5151
util-linux \
52-
vim
53-
54-
52+
vim \
53+
websocat
54+
5555

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