Compare commits

..

No commits in common. "kubap10.10" and "Fabian-zad1" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

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

1
__
View File

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