1singularity(1)                                                  singularity(1)
2
3
4

NAME

6       singularity-config-fakeroot  -  Manage  fakeroot  user mappings entries
7       (root user only)
8
9
10

SYNOPSIS

12       singularity config fakeroot
13
14
15

DESCRIPTION

17       The config fakeroot command allow a root user to add/remove/enable/dis‐
18       able fakeroot
19         user mappings.
20
21
22

OPTIONS

24       -a, --add[=false]      add a fakeroot mapping entry for a user allowing
25       him to use the fakeroot feature
26
27
28       -d, --disable[=false]      disable a user fakeroot mapping  entry  pre‐
29       venting  him  to  use  the  fakeroot  feature (the user mapping must be
30       present)
31
32
33       -e, --enable[=false]      enable a user fakeroot mapping entry allowing
34       him to use the fakeroot feature (the user mapping must be present)
35
36
37       -h, --help[=false]      help for fakeroot
38
39
40       -r,  --remove[=false]       remove the user fakeroot mapping entry pre‐
41       venting him to use the fakeroot feature
42
43
44

EXAMPLE

46                To add a fakeroot user mapping for vagrant user:
47                $ singularity config fakeroot --add vagrant
48
49                To remove a fakeroot user mapping for vagrant user:
50                $ singularity config fakeroot --remove vagrant
51
52                To disable a fakeroot user mapping for vagrant user:
53                $ singularity config fakeroot --disable vagrant
54
55                To enable a fakeroot user mapping for vagrant user:
56                $ singularity config fakeroot --enable vagrant
57
58
59
60

SEE ALSO

62       singularity-config(1)
63
64
65

HISTORY

67       11-Mar-2021 Auto generated by spf13/cobra
68
69
70
71Auto generated by spf13/cobra      Mar 2021                     singularity(1)
Impressum