mirror of
https://github.com/rkt/rkt.git
synced 2026-03-13 09:40:21 +08:00
As per https://github.com/coreos/docs/blob/master/STYLE.md, reference-style links should be used in documentation. This converts all documentation to use this format instead of inline links. Inline links that refer to anchors in the same file were left unchanged.
951 B
951 B
App Environment
Apps launched by rkt have access to some basic devices and file systems as defined by the App Container spec in the OS-SPEC section.
In addition to the basic devices and file systems mandated by the App Container spec, rkt gives access to the following files.
/etc/hosts
Support for /etc/hosts is optional in the App Container spec. rkt creates it.
/etc/resolv.conf
/etc/resolv.conf is automatically prepared by rkt.
/run/systemd/journal
Since rkt v1.2.0, rkt gives access to systemd-journald's sockets in the /run/systemd/journal directory:
- /run/systemd/journal/dev-log
- /run/systemd/journal/socket
- /run/systemd/journal/stdout
/dev/log
Since rkt v1.2.0, if /dev/log does not exist in the image, it will be created as a symlink to /run/systemd/journal/dev-log.