toolbox-init-container
Initialize Toolbx container internals
TLDR
Initialize a running container
$ toolbox init-container --gid [gid] --home [home] --shell [shell] --uid [uid] --user [user]
SYNOPSIS
toolbox init-container [OPTIONS]
DESCRIPTION
toolbox init-container initializes a running Toolbx container. This is an internal command executed automatically when a container starts and should not be run manually by users.
The command sets up the container environment to match the host system's user configuration, creating necessary symbolic links and configuring user identity.
PARAMETERS
--gid GID
Group ID of the user--home PATH
Home directory path--home-link
Create symbolic link for home--media-link
Create symbolic link for media--mnt-link
Create symbolic link for mnt--monitor-host
Monitor host for configuration changes--shell SHELL
User's login shell--uid UID
User ID--user NAME
Username
CAVEATS
This command cannot be run on the host system. It is designed for internal use by the Toolbx container initialization process only.
SEE ALSO
toolbox(1), toolbox-create(1)
