Skip to content

Commit 6afd4ee

Browse files
authored
docs: videos in gif format (#321)
Signed-off-by: Philippe Martin <[email protected]>
1 parent b38f664 commit 6afd4ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ running on Podman, and start new services, with advanced options.
77

88
The extension discovers existing PostgreSQL instances where configuration is set using environment variables.
99

10-
![](https://github.com/containers/podman-desktop-media/raw/postgresql/videos/postgres1.mp4)
10+
![](https://github.com/containers/podman-desktop-media/raw/postgresql/videos/postgres1.gif)
1111

1212
## Start a PgAdmin instance connected to an existing PostgreSQL instance
1313

1414
From the Containers List page, you can start a PgAdmin instance connected to a discovered PostgreSQL instance.
1515

16-
![](https://github.com/containers/podman-desktop-media/raw/postgresql/videos/postgres2.mp4)
16+
![](https://github.com/containers/podman-desktop-media/raw/postgresql/videos/postgres2.gif)
1717

1818
## Start a new PostgreSQL instance, with optional PgAdmin
1919

@@ -22,10 +22,10 @@ optionally attach a PgAdmin instance to the PostgreSQL instance.
2222

2323
If the PgAdmin option is chosen, two containers will be created in a Pod, one for the PostgreSQL instance and one for the PgAdmin instance.
2424

25-
![](https://github.com/containers/podman-desktop-media/raw/postgresql/videos/postgres3.mp4)
25+
![](https://github.com/containers/podman-desktop-media/raw/postgresql/videos/postgres3.gif)
2626

2727
## Start a new PostgreSQL instance, with initial scripts
2828

2929
You can pass init scripts (either shell or SQL), which will be executed the first time the container is started, to help you create the schema of your database, and populate the database.
3030

31-
![](https://github.com/containers/podman-desktop-media/raw/postgresql/videos/postgres4.mp4)
31+
![](https://github.com/containers/podman-desktop-media/raw/postgresql/videos/postgres4.gif)

0 commit comments

Comments
 (0)