Compare commits

..

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

2 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,8 @@ RUN apt-get update && apt-get install -y \
python3 \ python3 \
python3-scapy \ python3-scapy \
iputils-ping \ iputils-ping \
iproute2 \ 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;};