Compare commits

..

No commits in common. "ulekp10.10" and "mpabi-z1" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -19,9 +19,7 @@ RUN apt-get update && apt-get install -y \
tcpdump \ tcpdump \
termshark \ termshark \
python3 \ python3 \
python3-scapy \ python3-scapy
iputils-ping \
traceroute
# Ustawienie hasła dla użytkownika root # Ustawienie hasła dla użytkownika root
RUN echo "root:rootpass" | chpasswd RUN echo "root:rootpass" | chpasswd

1
__
View File

@ -1 +0,0 @@
f() {docker run --rm -dit --privileged --name "$1" deb su - user;};