mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-23 17:58:22 +00:00
docs: creating a pod (#2060)
Co-authored-by: Charlie Drage <charlie@charliedrage.com>
This commit is contained in:
parent
6a8f2d3d30
commit
e9c8ca84f2
2 changed files with 32 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
31
website/docs/getting-started/creating-a-pod.md
Normal file
31
website/docs/getting-started/creating-a-pod.md
Normal 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.
|
||||
Loading…
Reference in a new issue