website: fixed structure of compose doc (#837)
Signed-off-by: Dev Kumar <devskumar99@gmail.com> Signed-off-by: Dev Kumar <devskumar99@gmail.com>
|
Before Width: | Height: | Size: 340 KiB After Width: | Height: | Size: 340 KiB |
|
Before Width: | Height: | Size: 502 KiB After Width: | Height: | Size: 502 KiB |
|
Before Width: | Height: | Size: 275 KiB After Width: | Height: | Size: 275 KiB |
|
Before Width: | Height: | Size: 491 KiB After Width: | Height: | Size: 491 KiB |
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Using Podman Compose with Podman Desktop
|
||||
title: Using Compose with Podman Desktop
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
|
@ -53,21 +53,21 @@ podman-compose -f compose.yaml up -d
|
|||
```
|
||||
The `compose.yaml` file contains definitions for multiple containers within the `flask-redis` project.
|
||||
|
||||

|
||||

|
||||
|
||||
### 3. Manage Compose with Podman Desktop
|
||||
|
||||
In order to check if the containers are running as expected, open Podman Desktop and click on the ‘Containers’ option on the left side of the application. You will notice that the containers are bundled together under a Pod named `flask-redis (compose)` in this case. Here, the compose within the bracket indicates that it is generated from a Compose YAML file.
|
||||
|
||||

|
||||

|
||||
|
||||
You can further configure or work with these containers within the Podman Desktop application now that they are visible. Here, clicking on the ‘Open Browser’ button allows us to check if the application is running as expected.
|
||||
|
||||

|
||||

|
||||
|
||||
You can do much more such as checking logs, opening the terminal or inspecting the files for more details.
|
||||
|
||||

|
||||

|
||||
|
||||
## Conclusion
|
||||
|
||||