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">
|
<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>
|
||||||
|
@ -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
|
||||||
.
|
.
|
||||||
|
Loading…
Reference in New Issue
Block a user