Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

.idea/
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ RUN set -ex \
nmap \
nmap-nping \
nmap-scripts \
nmon \
openssl \
py3-pip \
py3-setuptools \
Expand All @@ -71,6 +72,9 @@ RUN set -ex \
perl-crypt-ssleay \
perl-net-ssleay

# Installing tcconfig ( https://tcconfig.readthedocs.io/en/latest/pages/introduction/index.html#installation )
RUN pip3 install --upgrade tcconfig

# Installing ctop - top-like container monitor
COPY --from=fetcher /tmp/ctop /usr/local/bin/ctop

Expand Down
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: build-x86 build-arm64 push all

# Build Vars
IMAGENAME=nicolaka/netshoot
IMAGENAME=quay.io/lochoa/netshoot
VERSION=0.1


Expand All @@ -16,6 +16,3 @@ build-all:
push:
@docker push ${IMAGENAME}:${VERSION}
all: build-all push



2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -729,5 +729,3 @@ Feel free to provide to contribute networking troubleshooting tools and use-case
* If you're building the tool from source, make sure you leverage the multi-stage build process and update the `build/fetch_binaries.sh` script
* Update the README's list of included packages AND include a section on how to use the tool
* If the tool you're adding supports multi-platform, please make sure you highlight that.


Binary file added img/tcset_example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.