Skip to content

Commit

Permalink
Add note about Podman in lab 1 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianEdwards authored Sep 9, 2024
1 parent 00df383 commit 4d20224
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions labs/1-Create-Catalog-API/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ pgAdmin
docker run --name pgadmin-dev -e PGADMIN_CONFIG_MASTER_PASSWORD_REQUIRED=False -e PGADMIN_CONFIG_SERVER_MODE=False -e [email protected] -e PGADMIN_DEFAULT_PASSWORD=admin -p 0:80 -d dpage/pgadmin4
```

> Podman users: If using Podman CLI, omit the `-p 0:80` argument when running the `docker run` command above, as Podman has slightly different default behavior with regards to port binding.
### Docker Desktop

1. Using Docker, create a container to host the PostgreSQL server with the following details:
Expand Down

0 comments on commit 4d20224

Please sign in to comment.