Skip to content

Commit

Permalink
doc/toolbox-init-container: Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
debarshiray committed Jun 26, 2021
1 parent 23256cb commit 2b317b9
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions doc/toolbox-init-container.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,21 +62,6 @@ container.
Create a user inside the toolbox container whose login directory is HOME. This
option is required.

**--shell** SHELL

Create a user inside the toolbox container whose login shell is SHELL. This
option is required.

**--uid** UID

Create a user inside the toolbox container whose numerical user ID is UID. This
option is required.

**--user** USER

Create a user inside the toolbox container whose login name is LOGIN. This
option is required.

**--home-link**

Make `/home` a symbolic link to `/var/home`.
Expand All @@ -91,8 +76,9 @@ Make `/mnt` a symbolic link to `/var/mnt`.

**--monitor-host**

Ensure that certain configuration files inside the toolbox container are kept
synchronized with their counterparts on the host.
Ensures that certain configuration files inside the toolbox container are kept
synchronized with their counterparts on the host, and bind mounts some paths
from the host's file system into the container.

The synchronized files are:

Expand All @@ -102,8 +88,7 @@ The synchronized files are:
- `/etc/resolv.conf`
- `/etc/timezone`

The following paths are bind mounted to paths from the host's filesystem
available in the container:
The bind mounted paths are:

- `/etc/machine-id`
- `/run/libvirt`
Expand All @@ -117,6 +102,21 @@ available in the container:
- `/var/log/journal`
- `/var/mnt`

**--shell** SHELL

Create a user inside the toolbox container whose login shell is SHELL. This
option is required.

**--uid** UID

Create a user inside the toolbox container whose numerical user ID is UID. This
option is required.

**--user** USER

Create a user inside the toolbox container whose login name is LOGIN. This
option is required.

## SEE ALSO

`toolbox(1)`, `podman(1)`, `podman-create(1)`, `podman-start(1)`

0 comments on commit 2b317b9

Please sign in to comment.