From 3a4c4468f2a2b6efe3b46ce6d516304afef789db Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 11 Oct 2024 16:14:43 -0400 Subject: [PATCH] Mention containers.conf settings for podman machine commands Signed-off-by: Daniel J Walsh --- docs/source/markdown/podman-machine-init.1.md.in | 4 +++- docs/source/markdown/podman-machine-set.1.md.in | 4 +++- docs/source/markdown/podman-machine.1.md | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/source/markdown/podman-machine-init.1.md.in b/docs/source/markdown/podman-machine-init.1.md.in index 9623845234..c803c9392c 100644 --- a/docs/source/markdown/podman-machine-init.1.md.in +++ b/docs/source/markdown/podman-machine-init.1.md.in @@ -52,6 +52,8 @@ Fedora CoreOS upgrades come out every 14 days and are detected and installed aut For more information on updates and advanced configuration, see the Fedora CoreOS documentation about [auto-updates](https://docs.fedoraproject.org/en-US/fedora-coreos/auto-updates/) and [update strategies](https://coreos.github.io/zincati/usage/updates-strategy/). +Default Podman machine settings can be set via the [machine] section in the containers.conf(5) file. + ## OPTIONS #### **--cpus**=*number* @@ -208,7 +210,7 @@ $ podman machine init --usb bus=1,devnum=3 ``` ## SEE ALSO -**[podman(1)](podman.1.md)**, **[podman-machine(1)](podman-machine.1.md)** +**[podman(1)](podman.1.md)**, **[podman-machine(1)](podman-machine.1.md)**, **containers.conf(5)** ## HISTORY March 2021, Originally compiled by Ashley Cui diff --git a/docs/source/markdown/podman-machine-set.1.md.in b/docs/source/markdown/podman-machine-set.1.md.in index ee5ee92a3c..25dae01a9f 100644 --- a/docs/source/markdown/podman-machine-set.1.md.in +++ b/docs/source/markdown/podman-machine-set.1.md.in @@ -15,6 +15,8 @@ then the settings will be applied to `podman-machine-default`. Rootless only. +Default Podman machine settings can be set via the [machine] section in the containers.conf(5) file. + ## OPTIONS #### **--cpus**=*number* @@ -93,7 +95,7 @@ $ podman machine set --rootful myvm ``` ## SEE ALSO -**[podman(1)](podman.1.md)**, **[podman-machine(1)](podman-machine.1.md)** +**[podman(1)](podman.1.md)**, **[podman-machine(1)](podman-machine.1.md)**, **containers.conf(5)** ## HISTORY February 2022, Originally compiled by Jason Greene diff --git a/docs/source/markdown/podman-machine.1.md b/docs/source/markdown/podman-machine.1.md index df65f60a41..fa4cd95c54 100644 --- a/docs/source/markdown/podman-machine.1.md +++ b/docs/source/markdown/podman-machine.1.md @@ -20,6 +20,8 @@ NOTE: The podman-machine configuration file is managed under the `$XDG_CONFIG_HOME/containers/podman/machine/` directory. Changing the `$XDG_CONFIG_HOME` environment variable while the machines are running can lead to unexpected behavior. +Podman machine behaviour can be modified via the [machine] section in the containers.conf(5) file. + ## SUBCOMMANDS | Command | Man Page | Description | @@ -37,7 +39,7 @@ environment variable while the machines are running can lead to unexpected behav | stop | [podman-machine-stop(1)](podman-machine-stop.1.md) | Stop a virtual machine | ## SEE ALSO -**[podman(1)](podman.1.md)**, **[podman-machine-info(1)](podman-machine-info.1.md)**, **[podman-machine-init(1)](podman-machine-init.1.md)**, **[podman-machine-list(1)](podman-machine-list.1.md)**, **[podman-machine-os(1)](podman-machine-os.1.md)**, **[podman-machine-rm(1)](podman-machine-rm.1.md)**, **[podman-machine-ssh(1)](podman-machine-ssh.1.md)**, **[podman-machine-start(1)](podman-machine-start.1.md)**, **[podman-machine-stop(1)](podman-machine-stop.1.md)**, **[podman-machine-inspect(1)](podman-machine-inspect.1.md)**, **[podman-machine-reset(1)](podman-machine-reset.1.md)** +**[podman(1)](podman.1.md)**, **[podman-machine-info(1)](podman-machine-info.1.md)**, **[podman-machine-init(1)](podman-machine-init.1.md)**, **[podman-machine-list(1)](podman-machine-list.1.md)**, **[podman-machine-os(1)](podman-machine-os.1.md)**, **[podman-machine-rm(1)](podman-machine-rm.1.md)**, **[podman-machine-ssh(1)](podman-machine-ssh.1.md)**, **[podman-machine-start(1)](podman-machine-start.1.md)**, **[podman-machine-stop(1)](podman-machine-stop.1.md)**, **[podman-machine-inspect(1)](podman-machine-inspect.1.md)**, **[podman-machine-reset(1)](podman-machine-reset.1.md)**, **containers.conf(5)** ### Troubleshooting