Lines Matching full:user
14 problems once and for all (e.g. user id management). It also makes it easier
54 User id to use inside the container.
56 If the ``-g`` option is not specified, the user id will also be used for
71 It's entirely up to the user to choose which image to use and the ``CMD``
74 working directory and adjust the user and group id as needed.
77 provided by the user and selected via the ``-i`` option. The container runtime
83 By default, commands are run non-interactively. The user can abort a running
111 The local environment file is more useful for user-specific variables added
129 User IDs
133 container runtime. The goal is to run commands as the user invoking the tool.
134 With Podman, a namespace is created to map the current user id to a different
138 with the current user id directly. In both cases, this will provide the same
140 difference is that when using Docker without a namespace, the user id may not
143 Say, we're using an image which sets up a default user with id 1000 and the
144 current user calling the ``container`` tool has id 1234. The kernel source
145 tree was checked out by this same user so the files belong to user 1234. With
146 Podman, the container will be running as user id 1000 with a mapping to id 1234
149 with user id 1234 which can access the files in the volume but not in the user