|
|
|
## pgadmin4
|
|
|
|
|
|
|
|
Työkalu postgres-tietokannan hallintaan. Kantaa voi hallita terminalin sijaan verkkonäkymän avulla.
|
|
|
|
Tool for managing the postgres-database. You can manage the database with a webview instead of managing it in a terminal.
|
|
|
|
|
|
|
|
### Asennus
|
|
|
|
### Installation
|
|
|
|
|
|
|
|
```bash
|
|
|
|
docker run -d -p 8000:80 \
|
| ... | ... | @@ -12,3 +12,5 @@ docker run -d -p 8000:80 \ |
|
|
|
--name pgadmin4 \
|
|
|
|
-dpage/pgadmin4
|
|
|
|
```
|
|
|
|
|
|
|
|
Now connect to localhost:8000 in yourr web browser. |