Compare commits

..

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

2 changed files with 4 additions and 1 deletions

View File

@ -19,7 +19,9 @@ 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
__ Normal file
View File

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