Update accessi/README; Use docker compose instead of podman
This commit is contained in:
parent
6149220ba8
commit
34cf4e9428
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue