diff --git a/website/docs/getting-started/2022-08-05-getting-started.md b/website/docs/getting-started/2022-08-05-getting-started.md index 09e51416866..bc6254beac6 100644 --- a/website/docs/getting-started/2022-08-05-getting-started.md +++ b/website/docs/getting-started/2022-08-05-getting-started.md @@ -1,4 +1,5 @@ --- +sidebar_position: 1 id: getting-started title: Getting Started with Podman Desktop description: This blog will help you build and run your first container image on Podman Desktop diff --git a/website/docs/getting-started/creating-a-pod.md b/website/docs/getting-started/creating-a-pod.md new file mode 100644 index 00000000000..b102c1c8ed4 --- /dev/null +++ b/website/docs/getting-started/creating-a-pod.md @@ -0,0 +1,31 @@ +--- +sidebar_position: 10 +title: Creating a pod +description: Creating a pod from containers. +keywords: [podman desktop, podman, containers, pods] +tags: [pods] +--- + +# Creating a pod from containers + +With Podman Desktop, you can create a pod from your containers, and run it on the Podman container engine. + + +#### Prerequisites + +* You are using the Podman container engine. +* Your containers, running or stopped, are available on the **Containers** page. For example: ** and **. + +#### Procedure + +1. Open **Podman Desktop dashboard > Containers**. +1. Click the checkboxes to select your containers. +1. Click to create a pod with the selected containers. +1. On the **Copy containers to a pod** screen + 1. **Name of the pod**: edit the pod name *``*. + 1. Click the ** Create pod using these containers** button. + +#### Verification + +1. Open **Pods** +1. Your pod *``* is in the list.