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"> <div lang="en-US">
``` ```
./pseudofs/procinfo.sh ./pseudofs/procinfo
./pseudofs/suspend_schedule.sh // cpuinfo.sh // ... ./pseudofs/cpuinfo.sh // batinfo.sh
./cgroups/monitor.sh ./pseudofs/suspend_schedule.sh // rev_kdb_leds.sh
./cgroups/telegraf.sh ./cgroups/monitor
./cgroups/telegraf_init.sh ./cgroups/telegraf
./cgroups/telegraf_init
./caps/view_caps.c ./caps/view_caps.c
./seccomp/syscall_filter.c ./seccomp/syscall_filter.c
./docker/registry_play.sh ./docker/registry_play
./chroot/escape.c ./chroot/escape.c
``` ```
</div> </div>

View File

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