mirror of
https://github.com/fergalmoran/pgadmin4.git
synced 2025-12-22 09:38:17 +00:00
8 lines
207 B
Markdown
8 lines
207 B
Markdown
# Docker container for pgadmin4
|
|
|
|
Create a folder for settings and run the container
|
|
|
|
```
|
|
mkdir -p ~/pgadmin-data
|
|
docker run -it --rm -v ~/pgadmin-data:/pgadmin-data --net=host fergalmoran/pgadmin4:latest
|
|
``` |