File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ platforms:
9
9
- testohpc_login
10
10
command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
11
11
tmpfs :
12
- - /run
13
- - /tmp
12
+ /run :
13
+ /tmp :
14
14
volumes :
15
15
- /sys/fs/cgroup:/sys/fs/cgroup:ro
16
16
network : net1
@@ -21,8 +21,8 @@ platforms:
21
21
- testohpc_compute
22
22
command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
23
23
tmpfs :
24
- - /run
25
- - /tmp
24
+ /run :
25
+ /tmp :
26
26
volumes :
27
27
- /sys/fs/cgroup:/sys/fs/cgroup:ro
28
28
network : net1
@@ -33,8 +33,8 @@ platforms:
33
33
- testohpc_compute
34
34
command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
35
35
tmpfs :
36
- - /run
37
- - /tmp
36
+ /run :
37
+ /tmp :
38
38
volumes :
39
39
- /sys/fs/cgroup:/sys/fs/cgroup:ro
40
40
network : net1
You can’t perform that action at this time.
0 commit comments