1toolbox-init-container(1)()                        toolbox-init-container(1)()
2
3
4

NAME

6       toolbox-init-container - Initialize a running container
7
8

SYNOPSIS

10       toolbox init-container --home HOME
11                              --home-link
12                              --monitor-host
13                              --shell SHELL
14                              --uid UID
15                              --user USER
16
17

DESCRIPTION

19       Initializes  a  newly created container that's running. It is primarily
20       meant to be used as the entry point for  all  toolbox  containers,  and
21       must  be  run  inside the container that's to be initialized. It is not
22       expected to be directly invoked by humans, and cannot be  used  on  the
23       host.
24
25

OPTIONS

27       The following options are understood:
28
29
30       --home HOME
31
32
33       Create  a  user  inside  the toolbox container whose login directory is
34       HOME.
35
36
37       --home-link
38
39
40       Make /home a symbolic link to /var/home.
41
42
43       --monitor-host
44
45
46       Ensure that certain configuration files inside  the  toolbox  container
47       are  kept  synchronized with their counterparts on the host. Currently,
48       these files are /etc/hosts and /etc/resolv.conf.
49
50
51       --shell SHELL
52
53
54       Create a user inside the toolbox container whose login shell is SHELL.
55
56
57       --uid UID
58
59
60       Create a user inside the toolbox container whose numerical user  ID  is
61       UID.
62
63
64       --user USER
65
66
67       Create a user inside the toolbox container whose login name is LOGIN.
68
69

SEE ALSO

71       podman(1), podman-create(1), podman-start(1)
72
73
74
75                                                   toolbox-init-container(1)()
Impressum