tuto3: Allow others languages

This commit is contained in:
nemunaire 2022-10-24 11:23:53 +02:00
parent 29d764260d
commit a9f149b2e4
2 changed files with 8 additions and 7 deletions

View File

@ -21,14 +21,15 @@ Voici une arborescence type (vous pourriez avoir des fichiers supplémentaires)
<div lang="en-US">
```
./pseudofs/procinfo.sh
./pseudofs/suspend_schedule.sh // cpuinfo.sh // ...
./cgroups/monitor.sh
./cgroups/telegraf.sh
./cgroups/telegraf_init.sh
./pseudofs/procinfo
./pseudofs/cpuinfo.sh // batinfo.sh
./pseudofs/suspend_schedule.sh // rev_kdb_leds.sh
./cgroups/monitor
./cgroups/telegraf
./cgroups/telegraf_init
./caps/view_caps.c
./seccomp/syscall_filter.c
./docker/registry_play.sh
./docker/registry_play
./chroot/escape.c
```
</div>

View File

@ -167,7 +167,7 @@ Réalisez un script pour automatiser l'ensemble de ces étapes :
```bash
42sh$ cd $(mktemp)
42sh$ ./registry_play.sh library/hello-world:latest
42sh$ ./registry_play library/hello-world:latest
42sh$ find
.