Update man pages and conf files for containers-common
This commit is contained in:
parent
02abb91522
commit
a4bc000541
@ -46,7 +46,7 @@ The `storage` table supports the following options:
|
|||||||
A common use case for this field is to provide a local storage directory when user home directories are NFS-mounted (podman does not support container storage over NFS).
|
A common use case for this field is to provide a local storage directory when user home directories are NFS-mounted (podman does not support container storage over NFS).
|
||||||
|
|
||||||
**runroot**=""
|
**runroot**=""
|
||||||
container storage run dir (default: "/var/run/containers/storage")
|
container storage run dir (default: "/run/containers/storage")
|
||||||
Default directory to store all temporary writable content created by container storage programs.
|
Default directory to store all temporary writable content created by container storage programs.
|
||||||
The rootless runroot path supports environment variable substitutions (ie. `$HOME/containers/storage`)
|
The rootless runroot path supports environment variable substitutions (ie. `$HOME/containers/storage`)
|
||||||
|
|
||||||
|
@ -380,7 +380,7 @@ default_sysctls = [
|
|||||||
|
|
||||||
# Directory for temporary files. Must be tmpfs (wiped after reboot)
|
# Directory for temporary files. Must be tmpfs (wiped after reboot)
|
||||||
#
|
#
|
||||||
# tmp_dir = "/var/run/libpod"
|
# tmp_dir = "/run/libpod"
|
||||||
|
|
||||||
# Directory for libpod named volumes.
|
# Directory for libpod named volumes.
|
||||||
# By default, this will be configured relative to where containers/storage
|
# By default, this will be configured relative to where containers/storage
|
||||||
@ -425,18 +425,8 @@ default_sysctls = [
|
|||||||
# Path to file containing ssh identity key
|
# Path to file containing ssh identity key
|
||||||
# identity = "~/.ssh/id_rsa"
|
# identity = "~/.ssh/id_rsa"
|
||||||
|
|
||||||
# Paths to look for a valid OCI runtime (runc, runv, kata, etc)
|
# Paths to look for a valid OCI runtime (crun, runc, kata, etc)
|
||||||
[engine.runtimes]
|
[engine.runtimes]
|
||||||
# runc = [
|
|
||||||
# "/usr/bin/runc",
|
|
||||||
# "/usr/sbin/runc",
|
|
||||||
# "/usr/local/bin/runc",
|
|
||||||
# "/usr/local/sbin/runc",
|
|
||||||
# "/sbin/runc",
|
|
||||||
# "/bin/runc",
|
|
||||||
# "/usr/lib/cri-o-runc/sbin/runc",
|
|
||||||
# ]
|
|
||||||
|
|
||||||
# crun = [
|
# crun = [
|
||||||
# "/usr/bin/crun",
|
# "/usr/bin/crun",
|
||||||
# "/usr/sbin/crun",
|
# "/usr/sbin/crun",
|
||||||
@ -447,6 +437,16 @@ default_sysctls = [
|
|||||||
# "/run/current-system/sw/bin/crun",
|
# "/run/current-system/sw/bin/crun",
|
||||||
# ]
|
# ]
|
||||||
|
|
||||||
|
# runc = [
|
||||||
|
# "/usr/bin/runc",
|
||||||
|
# "/usr/sbin/runc",
|
||||||
|
# "/usr/local/bin/runc",
|
||||||
|
# "/usr/local/sbin/runc",
|
||||||
|
# "/sbin/runc",
|
||||||
|
# "/bin/runc",
|
||||||
|
# "/usr/lib/cri-o-runc/sbin/runc",
|
||||||
|
# ]
|
||||||
|
|
||||||
# kata = [
|
# kata = [
|
||||||
# "/usr/bin/kata-runtime",
|
# "/usr/bin/kata-runtime",
|
||||||
# "/usr/sbin/kata-runtime",
|
# "/usr/sbin/kata-runtime",
|
||||||
|
@ -435,10 +435,11 @@ Pull image before running or creating a container. The default is **missing**.
|
|||||||
Indicates whether the application should be running in remote mode. This flag modifies the
|
Indicates whether the application should be running in remote mode. This flag modifies the
|
||||||
--remote option on container engines. Setting the flag to true will default `podman --remote=true` for access to the remote Podman service.
|
--remote option on container engines. Setting the flag to true will default `podman --remote=true` for access to the remote Podman service.
|
||||||
|
|
||||||
**runtime**="crun"
|
**runtime**=""
|
||||||
|
|
||||||
Default OCI specific runtime in runtimes that will be used by default. Must
|
Default OCI specific runtime in runtimes that will be used by default. Must
|
||||||
refer to a member of the runtimes table.
|
refer to a member of the runtimes table. Default runtime will be searched for
|
||||||
|
on the system using the priority: "crun", "runc", "kata".
|
||||||
|
|
||||||
**runtime_supports_json**=["crun", "runc", "kata"]
|
**runtime_supports_json**=["crun", "runc", "kata"]
|
||||||
|
|
||||||
@ -462,7 +463,7 @@ stores containers.
|
|||||||
|
|
||||||
Number of seconds to wait for container to exit before sending kill signal.
|
Number of seconds to wait for container to exit before sending kill signal.
|
||||||
|
|
||||||
**tmp_dir**="/var/run/libpod"
|
**tmp_dir**="/run/libpod"
|
||||||
|
|
||||||
The path to a temporary directory to store per-boot container.
|
The path to a temporary directory to store per-boot container.
|
||||||
Must be a tmpfs (wiped after reboot).
|
Must be a tmpfs (wiped after reboot).
|
||||||
|
@ -77,6 +77,7 @@
|
|||||||
"clock_nanosleep_time64",
|
"clock_nanosleep_time64",
|
||||||
"clone",
|
"clone",
|
||||||
"close",
|
"close",
|
||||||
|
"close_range",
|
||||||
"connect",
|
"connect",
|
||||||
"copy_file_range",
|
"copy_file_range",
|
||||||
"creat",
|
"creat",
|
||||||
@ -228,6 +229,8 @@
|
|||||||
"openat2",
|
"openat2",
|
||||||
"pause",
|
"pause",
|
||||||
"pidfd_getfd",
|
"pidfd_getfd",
|
||||||
|
"pidfd_open",
|
||||||
|
"pidfd_send_signal",
|
||||||
"pipe",
|
"pipe",
|
||||||
"pipe2",
|
"pipe2",
|
||||||
"pivot_root",
|
"pivot_root",
|
||||||
|
@ -42,3 +42,5 @@
|
|||||||
"ubi8-init" = "registry.access.redhat.com/ubi8-init"
|
"ubi8-init" = "registry.access.redhat.com/ubi8-init"
|
||||||
# Debian
|
# Debian
|
||||||
"debian" = "docker.io/library/debian"
|
"debian" = "docker.io/library/debian"
|
||||||
|
# Oracle Linux
|
||||||
|
"oraclelinux" = "container-registry.oracle.com/os/oraclelinux"
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
Name: %{repo}
|
Name: %{repo}
|
||||||
Epoch: %{conditional_epoch}
|
Epoch: %{conditional_epoch}
|
||||||
Version: 1.2.1
|
Version: 1.2.1
|
||||||
Release: 36.dev.git%{shortcommit0}%{?dist}
|
Release: 37.dev.git%{shortcommit0}%{?dist}
|
||||||
Summary: Inspect container images and repositories on registries
|
Summary: Inspect container images and repositories on registries
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: %{git0}
|
URL: %{git0}
|
||||||
@ -460,6 +460,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 22 2020 Dan Walsh <dwalsh@fedoraproject.org> - 1:1.2.1-37.dev.git342b839
|
||||||
|
- Update man pages and conf files for containers-common
|
||||||
|
|
||||||
* Mon Dec 21 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1:1.2.1-36.dev.git342b839
|
* Mon Dec 21 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1:1.2.1-36.dev.git342b839
|
||||||
- autobuilt 342b839
|
- autobuilt 342b839
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
driver = "overlay"
|
driver = "overlay"
|
||||||
|
|
||||||
# Temporary storage location
|
# Temporary storage location
|
||||||
runroot = "/var/run/containers/storage"
|
runroot = "/run/containers/storage"
|
||||||
|
|
||||||
# Primary Read/Write location of container storage
|
# Primary Read/Write location of container storage
|
||||||
graphroot = "/var/lib/containers/storage"
|
graphroot = "/var/lib/containers/storage"
|
||||||
|
Loading…
Reference in New Issue
Block a user