File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,3 +12,9 @@ AlwaysBreakBeforeMultilineStrings: false
1212IndentCaseLabels : false
1313---
1414Language : Proto
15+ ---
16+ Language : TextProto
17+ BasedOnStyle : Google
18+ IndentWidth : 8
19+ UseTab : Always
20+ ColumnLimit : 0
Original file line number Diff line number Diff line change @@ -134,5 +134,5 @@ macvlan_vs_gw: "192.168.10.1"
134134
135135exec_bin {
136136 path: " /usr/sbin/apache2"
137- arg : " -DFOREGROUND"
137+ arg: " -DFOREGROUND"
138138}
Original file line number Diff line number Diff line change @@ -149,8 +149,8 @@ mount {
149149}
150150
151151mount {
152- src_content: " nameserver 8.8.8.8\n"
153- dst: " /etc/resolv.conf"
152+ src_content: " nameserver 8.8.8.8\n"
153+ dst: " /etc/resolv.conf"
154154}
155155
156156mount {
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ mount {
146146}
147147
148148# Uncomment, if you want your config to be loaded
149- # mount {
149+ # mount {
150150# prefix_src_env: "HOME"
151151# src: "/.config/chromium"
152152# dst: "/user/.config/.chromium"
@@ -157,20 +157,20 @@ mount {
157157
158158mount {
159159 # Change it to your user id
160- src: " /run/user/1000/wayland-0"
161- dst: " /run/user/1000/wayland-0"
162- is_bind: true
163- rw: false
164- mandatory: true
160+ src: " /run/user/1000/wayland-0"
161+ dst: " /run/user/1000/wayland-0"
162+ is_bind: true
163+ rw: false
164+ mandatory: true
165165}
166166
167167mount {
168168 # Change it to your user id
169- src: " /run/user/1000/pulse/native"
170- dst: " /run/user/1000/pulse/native"
171- is_bind: true
172- rw: false
173- mandatory: false
169+ src: " /run/user/1000/pulse/native"
170+ dst: " /run/user/1000/pulse/native"
171+ is_bind: true
172+ rw: false
173+ mandatory: false
174174}
175175
176176seccomp_string: " KILL_PROCESS {"
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ mount {
145145}
146146
147147# Uncomment, if you want your config to be loaded
148- # mount {
148+ # mount {
149149# prefix_src_env: "HOME"
150150# src: "/.mozilla"
151151# dst: "/user/.mozilla"
@@ -163,7 +163,7 @@ mount {
163163 mandatory: false
164164}
165165
166- mount {
166+ mount {
167167 src: " /tmp/.X11-unix/X0"
168168 dst: " /tmp/.X11-unix/X0"
169169 is_bind: true
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ mount {
146146}
147147
148148# Uncomment, if you want your config to be loaded
149- # mount {
149+ # mount {
150150# prefix_src_env: "HOME"
151151# src: "/.mozilla"
152152# dst: "/user/.mozilla"
@@ -164,12 +164,12 @@ mount {
164164}
165165
166166mount {
167- # Change it to your user id
168- src: " /run/user/1000/pulse/native"
169- dst: " /run/user/1000/pulse/native"
170- is_bind: true
171- rw: false
172- mandatory: false
167+ # Change it to your user id
168+ src: " /run/user/1000/pulse/native"
169+ dst: " /run/user/1000/pulse/native"
170+ is_bind: true
171+ rw: false
172+ mandatory: false
173173}
174174
175175seccomp_string: " KILL_PROCESS {"
Original file line number Diff line number Diff line change @@ -131,5 +131,5 @@ mount {
131131
132132exec_bin {
133133 path: " /usr/share/tomcat8/bin/catalina.sh"
134- arg : " run"
134+ arg: " run"
135135}
You can’t perform that action at this time.
0 commit comments