b719e621bee1550b5c38a887467c01616810acc1
virtualisation/lxc.md
| ... | ... | @@ -313,6 +313,7 @@ lxc.idmap: u 1006 101006 64530 |
| 313 | 313 | lxc.idmap: g 1006 101006 64530 |
| 314 | 314 | ``` |
| 315 | 315 | * explanation taken from [itsembedded][] |
| 316 | + |
|
| 316 | 317 | > The format of the lxc.idmap configuration lines are <u/g> <guest_start_id> <host_start_id> <num_of_ids_to_map>, where <u/g> selects whether the mapping is for user id’s or group id’s. |
| 317 | 318 | > |
| 318 | 319 | > Below is an explanation of what each mapping combination does: |