Commit graph

4 commits

Author SHA1 Message Date
Matt Demyttenaere
4947ece68b
docs: fix path and typo in managed config docs (#15282) 2025-12-08 19:53:36 +00:00
Charlie Drage
e88f06d129
docs(settings): update to say %USERPROFILE% not %APPDATA% (#15205)
### What does this PR do?

Fixes the paths in the documentation. While writing the documentation
for settings, I had put down %APPDATA% for Windows, which was totally incorrect.

Should be `%USERPROFILE%` not `%APPADATA%` and resolves to:
`%USERPROFILE%\.local\share\containers\podman-desktop\configuration\settings.json`

### Screenshot / video of UI

<!-- If this PR is changing UI, please include
screenshots or screencasts showing the difference -->

### What issues does this PR fix or reference?

<!-- Include any related issues from Podman Desktop
repository (or from another issue tracker). -->

Closes https://github.com/podman-desktop/podman-desktop/issues/15204

### How to test this PR?

<!-- Please explain steps to verify the functionality,
do not forget to provide unit/component tests -->

N/A, docs

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2025-12-03 16:08:05 -05:00
Charlie Drage
f94bb85404
docs: add information regarding registries.defaults (#15075)
### What does this PR do?

Adds documentation regarding the new settings.json feature being added.

This gives us documentation on it, the upstream (Podman documentation)
references, as well as a managed-by example on how to use it.

### Screenshot / video of UI

N/A

### What issues does this PR fix or reference?

Closes https://github.com/podman-desktop/podman-desktop/issues/15004

### How to test this PR?

N/A, documentation.

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2025-12-03 20:24:26 +00:00
Charlie Drage
a5a7f72535
docs: add documentation for managed-by config and settings config (#14367)
* docs: add documentation for managed-by config and settings config

### What does this PR do?

Adds documentation with regards to using managed-by configuration as
well as a list of settings that we reference.

This includes:

* File locations
* Tutorials
* Troubleshooting
* Refererence tables

### Screenshot / video of UI

<!-- If this PR is changing UI, please include
screenshots or screencasts showing the difference -->

N/A, see website / view the markdown.

### What issues does this PR fix or reference?

<!-- Include any related issues from Podman Desktop
repository (or from another issue tracker). -->

Closes https://github.com/podman-desktop/podman-desktop/issues/14333
Closes https://github.com/podman-desktop/podman-desktop/issues/13872

### How to test this PR?

Read the docs / go through the tutorial.

Signed-off-by: Charlie Drage <charlie@charliedrage.com>

* chore: minor updates to docs based on review

* chore: update terminology and console outputs based on review

Signed-off-by: Charlie Drage <charlie@charliedrage.com>

---------

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2025-11-20 21:09:19 +00:00