1toolbox-init-container(1)() toolbox-init-container(1)()
2
3
4
6 toolbox-init-container - Initialize a running container
7
8
10 toolbox init-container --home HOME
11 --home-link
12 --media-link
13 --mnt-link
14 --monitor-host
15 --shell SHELL
16 --uid UID
17 --user USER
18
19
21 Initializes a newly created container that's running. It is primarily
22 meant to be used as the entry point for all toolbox containers, and
23 must be run inside the container that's to be initialized. It is not
24 expected to be directly invoked by humans, and cannot be used on the
25 host.
26
27
29 The following options are understood:
30
31
32 --home HOME
33
34
35 Create a user inside the toolbox container whose login directory is
36 HOME.
37
38
39 --home-link
40
41
42 Make /home a symbolic link to /var/home.
43
44
45 --media-link
46
47
48 Make /media a symbolic link to /run/media.
49
50
51 --mnt-link
52
53
54 Make /mnt a symbolic link to /var/mnt.
55
56
57 --monitor-host
58
59
60 Ensure that certain configuration files inside the toolbox container
61 are kept synchronized with their counterparts on the host. Currently,
62 these files are /etc/hosts and /etc/resolv.conf.
63
64
65 --shell SHELL
66
67
68 Create a user inside the toolbox container whose login shell is SHELL.
69
70
71 --uid UID
72
73
74 Create a user inside the toolbox container whose numerical user ID is
75 UID.
76
77
78 --user USER
79
80
81 Create a user inside the toolbox container whose login name is LOGIN.
82
83
85 podman(1), podman-create(1), podman-start(1)
86
87
88
89 toolbox-init-container(1)()