Merge pull request #24242 from rhatdan/krunkit

Mention containers.conf settings for podman machine commands
This commit is contained in:
openshift-merge-bot[bot]
2024-10-15 17:03:10 +00:00
committed by GitHub
3 changed files with 9 additions and 3 deletions

View File

@@ -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, 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/). 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 ## OPTIONS
#### **--cpus**=*number* #### **--cpus**=*number*
@@ -208,7 +210,7 @@ $ podman machine init --usb bus=1,devnum=3
``` ```
## SEE ALSO ## 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 ## HISTORY
March 2021, Originally compiled by Ashley Cui <acui@redhat.com> March 2021, Originally compiled by Ashley Cui <acui@redhat.com>

View File

@@ -15,6 +15,8 @@ then the settings will be applied to `podman-machine-default`.
Rootless only. Rootless only.
Default Podman machine settings can be set via the [machine] section in the containers.conf(5) file.
## OPTIONS ## OPTIONS
#### **--cpus**=*number* #### **--cpus**=*number*
@@ -93,7 +95,7 @@ $ podman machine set --rootful myvm
``` ```
## SEE ALSO ## 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 ## HISTORY
February 2022, Originally compiled by Jason Greene <jason.greene@redhat.com> February 2022, Originally compiled by Jason Greene <jason.greene@redhat.com>

View File

@@ -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` `$XDG_CONFIG_HOME/containers/podman/machine/` directory. Changing the `$XDG_CONFIG_HOME`
environment variable while the machines are running can lead to unexpected behavior. 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 ## SUBCOMMANDS
| Command | Man Page | Description | | 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 | | stop | [podman-machine-stop(1)](podman-machine-stop.1.md) | Stop a virtual machine |
## SEE ALSO ## 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 ### Troubleshooting