-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add note about Podman in lab 1 (#45)
- Loading branch information
1 parent
00df383
commit 4d20224
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|