images: Synchronize README.md
https://github.com/containers/toolbox/pull/815
This commit is contained in:
parent
2b317b94b5
commit
d66c560a04
|
@ -33,7 +33,10 @@ The toolbox environment is based on an [OCI](https://www.opencontainers.org/)
|
||||||
image. On Fedora this is the `fedora-toolbox` image. This image is used to
|
image. On Fedora this is the `fedora-toolbox` image. This image is used to
|
||||||
create a toolbox container that seamlessly integrates with the rest of the
|
create a toolbox container that seamlessly integrates with the rest of the
|
||||||
operating system by providing access to the user's home directory, the Wayland
|
operating system by providing access to the user's home directory, the Wayland
|
||||||
and X11 sockets, SSH agent, etc..
|
and X11 sockets, networking (including Avahi), removable devices (like USB
|
||||||
|
sticks), systemd journal, SSH agent, D-Bus, ulimits, /dev and the udev
|
||||||
|
database, etc..
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
@ -133,6 +136,7 @@ Paths:
|
||||||
* `/etc/hosts`: optional, if present not a bind mount
|
* `/etc/hosts`: optional, if present not a bind mount
|
||||||
* `/etc/krb5.conf.d`: directory, not a bind mount
|
* `/etc/krb5.conf.d`: directory, not a bind mount
|
||||||
* `/etc/localtime`: optional, if present not a bind mount
|
* `/etc/localtime`: optional, if present not a bind mount
|
||||||
|
* `/etc/machine-id`: optional, not a bind mount
|
||||||
* `/etc/resolv.conf`: optional, if present not a bind mount
|
* `/etc/resolv.conf`: optional, if present not a bind mount
|
||||||
* `/etc/timezone`: optional, if present not a bind mount
|
* `/etc/timezone`: optional, if present not a bind mount
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,10 @@ The toolbox environment is based on an [OCI](https://www.opencontainers.org/)
|
||||||
image. On Fedora this is the `fedora-toolbox` image. This image is used to
|
image. On Fedora this is the `fedora-toolbox` image. This image is used to
|
||||||
create a toolbox container that seamlessly integrates with the rest of the
|
create a toolbox container that seamlessly integrates with the rest of the
|
||||||
operating system by providing access to the user's home directory, the Wayland
|
operating system by providing access to the user's home directory, the Wayland
|
||||||
and X11 sockets, SSH agent, etc..
|
and X11 sockets, networking (including Avahi), removable devices (like USB
|
||||||
|
sticks), systemd journal, SSH agent, D-Bus, ulimits, /dev and the udev
|
||||||
|
database, etc..
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
@ -133,6 +136,7 @@ Paths:
|
||||||
* `/etc/hosts`: optional, if present not a bind mount
|
* `/etc/hosts`: optional, if present not a bind mount
|
||||||
* `/etc/krb5.conf.d`: directory, not a bind mount
|
* `/etc/krb5.conf.d`: directory, not a bind mount
|
||||||
* `/etc/localtime`: optional, if present not a bind mount
|
* `/etc/localtime`: optional, if present not a bind mount
|
||||||
|
* `/etc/machine-id`: optional, not a bind mount
|
||||||
* `/etc/resolv.conf`: optional, if present not a bind mount
|
* `/etc/resolv.conf`: optional, if present not a bind mount
|
||||||
* `/etc/timezone`: optional, if present not a bind mount
|
* `/etc/timezone`: optional, if present not a bind mount
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue