docs: creating a pod (#2060)

Co-authored-by: Charlie Drage <charlie@charliedrage.com>
This commit is contained in:
Fabrice Flore-Thébault 2023-04-14 13:24:22 +02:00 committed by GitHub
parent 6a8f2d3d30
commit e9c8ca84f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 0 deletions

View file

@ -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

View file

@ -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: *<your_frontend_container>* and *<your_backend_container>*.
#### Procedure
1. Open **Podman Desktop dashboard > Containers**.
1. Click the checkboxes to select your containers.
1. Click <icon icon="fa-solid fa-cubes" size="lg" /> 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 *`<my_pod>`*.
1. Click the **<icon icon="fa-solid fa-cubes" size="lg" /> Create pod using these containers** button.
#### Verification
1. Open **Pods**
1. Your pod *`<my_pod>`* is in the list.