Update accessi/README; Use docker compose instead of podman

This commit is contained in:
Andrea Fazzi 2024-04-18 08:50:44 +02:00
parent 6149220ba8
commit 34cf4e9428
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
FROM ubuntu
RUN apt update && apt install tree nano openssh-server iproute2 sudo -y
RUN apt update && apt install tree nano openssh-server iproute2 iputils-ping sudo -y
RUN useradd -rm -d /home/ubuntu -s /bin/bash -g root -G sudo -u 1000 test
RUN echo 'test:test' | chpasswd
RUN service ssh start

View file

@ -6,6 +6,6 @@ Conta gli accessi registrati nel file di log `access.log` enumerando le richiest
Il checksum della soluzione è dato da
```bash
cat num_access.txt | sha1sum
cat access_num.txt | sha1sum
```