Refines folders
This commit is contained in:
parent
cb670894d9
commit
18454c47e3
8 changed files with 3 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM ubuntu
|
||||
|
||||
RUN apt update && apt install tree nano openssh-server sudo -y
|
||||
RUN apt update && apt install tree nano openssh-server iproute2 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
|
||||
|
|
|
@ -8,5 +8,5 @@ e di scrivere il risultato nel file interfaces.txt.
|
|||
Il checksum della soluzione è dato da
|
||||
|
||||
```bash
|
||||
cat $HOME/playground/interfacce/interfaces.txt | sha1sum
|
||||
cat $HOME/playground/interfacce/interfaces.txt | grep -o eth0 | sha1sum
|
||||
```
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "Non so fare molto se non stampare a schermo 'Ciao mondo!'"
|
|
@ -1 +1 @@
|
|||
Subproject commit f867c46c8631602e8d56d25c7fceb9fb0e33b683
|
||||
Subproject commit 711ab9d07fb16c254ee9cbceb39185b2ea1df1b2
|
Loading…
Reference in a new issue