You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: iocage/lib/Jail.py
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -247,7 +247,10 @@ class JailGenerator(JailResource):
247
247
the release's root dataset.
248
248
249
249
zpool/iocage/jails/<NAME>/config.json:
250
-
Jails configured with the latest configuration style store their information in a JSON file. When this file is found in the jail's dataset, libiocage assumes the jail to be a JSON-style jail and ignores other configuration mechanisms.
250
+
Jails configured with the latest configuration style store their
251
+
information in a JSON file. When this file is found in the jail's
252
+
dataset, libiocage assumes the jail to be a JSON-style jail and
253
+
ignores other configuration mechanisms.
251
254
252
255
zpool/iocage/jails/<NAME>/config:
253
256
Another compatible configuration mechanism is a UCL file. It's
0 commit comments