jails Predefined Jail's JID or sort output of jls command

Hi,
I creating containers chronologically but their ID is assigned automatically depending on which one was started earlier (I think, not tested yet).
Is there any possibility to define a permanent ID for each jail container?
What I want to get is an organized list of jail's when I typing jls command.
 
Code:
     jid     The jail identifier.  This will be assigned automatically to a
             new jail (or can be explicitly set), and can be used to identify
             the jail for later modification, or for such commands as jls(8)
             or jexec(8).
jail(8)
 
Back
Top