React components should start with an uppercase else it is considered as a default HTML component fixed issue with docusaurus v3 enforcing that rule (React 18 vs 17) Signed-off-by: Florent Benoit <fbenoit@redhat.com>
1.5 KiB
| sidebar_position | title | description |
|---|---|---|
| 50 | Setting Podman machine default connection | How to set Podman machine default connection. |
Setting Podman machine default connection
Each Podman machine exposes two connections:
- rootless
- rootful
Podman has one default connection.
Podman Desktop, and other tools, such as Kind, connect to the default connection.
After an event that might have changed the default Podman machine connection, such as creating another Podman machine, consider verifying and setting the default connection.
Procedure
-
List Podman machine connections, in a terminal:
$ podman system connection ls -
Set the Podman machine default connection to your desired connection, such as
podman-machine-default-root, in a terminal:$ podman system connection default podman-machine-default-root -
List Podman machine connections, to verify which is the default, in a terminal:
$ podman system connection ls -
Restart the Podman machine that has the default connection:
$ podman machine stop $ podman machine start -
Refresh Podman Desktop connection to Podman: click the icon to open the Troubleshooting page, and click the Reconnect providers button.
Verification
- Podman Desktop lists images, containers, and pods that are accessible via the desired Podman machine connection.