tuto3: Allow others languages
This commit is contained in:
parent
29d764260d
commit
a9f149b2e4
@ -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>
|
||||
|
@ -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
|
||||
.
|
||||
|
Loading…
Reference in New Issue
Block a user