Compare commits

..

No commits in common. "borys" 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 \
python3-scapy \ python3-scapy \
iputils-ping \ iputils-ping \
traceroute iproute2 \
# 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;};