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