chore: prepare for docusaurus v3

related to https://github.com/containers/podman-desktop/issues/4581
and https://docusaurus.io/docs/migration/v3#using-the-mdx-checker-cli
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
Florent Benoit 2023-11-08 18:20:25 +01:00 committed by Florent BENOIT
parent d575e6feb2
commit a2c9b97239
5 changed files with 13 additions and 13 deletions

View file

@ -17,7 +17,7 @@ The challenges are to run a desktop tool (Podman Desktop) and running a containe
## Defining image of the container
The first thing is in the choice of the image for the container. It is possible to pick-up a default image and add some features but there is no existing feature for Podman at <https://github.com/devcontainers/features/tree/main/src> and most of the features are expecting to run on top of Debian/Ubuntu
The first thing is in the choice of the image for the container. It is possible to pick-up a default image and add some features but there is no existing feature for Podman at https://github.com/devcontainers/features/tree/main/src and most of the features are expecting to run on top of Debian/Ubuntu
If you are not interested in how to setup the image, jump to the [next section](#configure-the-devcontainer-using-devcontainerjson).
@ -126,7 +126,7 @@ ENV XDG_RUNTIME_DIR=/run/user/1000
OK ! we have a custom Containerfile providing all the tools to build and run Podman Desktop (using VNC for the display), run Podman and run Electron.
The current file is available at <https://github.com/containers/podman-desktop/blob/main/.devcontainer/.parent/Containerfile>
The current file is available at https://github.com/containers/podman-desktop/blob/main/.devcontainer/.parent/Containerfile
Let's configure the DevContainer.
@ -282,7 +282,7 @@ After all post-creation steps, the `Preview` browser inside the VS Code editor w
As a user, opening a workspace with all what we configured is done using a single click.
Go to <https://github.com/containers/podman-desktop> then click on the `< > Code` dropdown and click on `Create codespace on main` button.
Go to https://github.com/containers/podman-desktop then click on the `< > Code` dropdown and click on `Create codespace on main` button.
![Open Codespace](img/develop-podman-using-codespaces/codespaces-click-repository.png)

View file

@ -13,14 +13,14 @@ With Podman Desktop, you can deploy a container to your Kubernetes cluster.
#### Prerequisites
- Your are using the Podman container engine.
- Your container, running or stopped, is available on the **Containers** page: _<your_container>_.
- You registered the Kubernetes cluster in your kubeconfig file: _<your_kubernetes_cluster>_. For example, [Creating a kind cluster](/docs/kind/creating-a-kind-cluster).
- Your container, running or stopped, is available on the **Containers** page: _&lt;your_container&gt;_.
- You registered the Kubernetes cluster in your kubeconfig file: _&lt;your_kubernetes_cluster&gt;_. For example, [Creating a kind cluster](/docs/kind/creating-a-kind-cluster).
- The Kubernetes namespace to deploy to already exists.
#### Procedure
1. Click **Podman Desktop tray > Kubernetes > Context > _<your_kubernetes_cluster>_** to set your Kubernetes context.
1. Open **Podman Desktop dashboard > <icon icon="fa-solid fa-cubes" size="lg" /> Containers > _<your_container>_** to see the **Container Details** page.
1. Click **Podman Desktop tray &gt; Kubernetes &gt; Context &gt; _&lt;your_kubernetes_cluster&gt;_** to set your Kubernetes context.
1. Open **Podman Desktop dashboard > <icon icon="fa-solid fa-cubes" size="lg" /> Containers > _&lt;your_container&gt;_** to see the **Container Details** page.
1. Click <icon icon="fa-solid fa-rocket" size="lg" /> to generate a Kubernetes pod.
1. On the **Deploy generated pod to Kubernetes** screen, choose your options:
1. **Pod Name**: edit the proposed name.

View file

@ -13,14 +13,14 @@ With Podman Desktop, you can deploy a pod to your Kubernetes cluster.
#### Prerequisites
- Your are using the Podman container engine.
- Your pod, running or stopped, is available on the **Pods** page: _<your_pod>_.
- You registered the Kubernetes cluster in your kubeconfig file: _<your_kubernetes_cluster>_. For example, [Creating a kind cluster](/docs/kind/creating-a-kind-cluster).
- Your pod, running or stopped, is available on the **Pods** page: _&lt;your_pod&gt;_.
- You registered the Kubernetes cluster in your kubeconfig file: _&lt;your_kubernetes_cluster&gt;_. For example, [Creating a kind cluster](/docs/kind/creating-a-kind-cluster).
- The Kubernetes namespace to deploy to already exists.
#### Procedure
1. Click **Podman Desktop tray > Kubernetes > Context > _<your_kubernetes_cluster>_** to set your Kubernetes context.
1. Open **Podman Desktop dashboard > <icon icon="fa-solid fa-cubes" size="lg" /> Pods > _<your_pod>_** to see the **Pod Details** page.
1. Click **Podman Desktop tray > Kubernetes > Context > _&lt;your_kubernetes_cluster&gt;_** to set your Kubernetes context.
1. Open **Podman Desktop dashboard > <icon icon="fa-solid fa-cubes" size="lg" /> Pods > _&lt;your_pod&gt;_** to see the **Pod Details** page.
1. Click <icon icon="fa-solid fa-rocket" size="lg" /> to generate a Kubernetes pod.
1. On the **Deploy generated pod to Kubernetes** screen, choose your options:
1. **Pod Name**: edit the proposed name.

View file

@ -12,7 +12,7 @@ With Podman Desktop, you can view and select your current Kubernetes context in
#### Prerequisites
- You have a Kubernetes context in your kubeconfig file: _<your_kubernetes_cluster>_.
- You have a Kubernetes context in your kubeconfig file: _&lt;your_kubernetes_cluster&gt;_.
For example, [Creating a kind cluster](/docs/kind/creating-a-kind-cluster).
#### Procedure

View file

@ -15,7 +15,7 @@ With Podman Desktop, you can view and select your current Kubernetes context.
#### Prerequisites
- You have a Kubernetes context in your kubeconfig file: _<your_kubernetes_cluster>_.
- You have a Kubernetes context in your kubeconfig file: _&lt;your_kubernetes_cluster&gt;_.
For example, [Creating a kind cluster](/docs/kind/creating-a-kind-cluster).
#### Procedure