Docker
(Basic)
$ docker pull postgres
$ docker run --name mypostgres \
-e POSTGRES_USER=myrootuser \
-e POSTGRES_PASSWORD=myrootpassword \
-p 5432:5432 \
-d postgres
(Volume mount)
$ docker run --name mypostgres \
-e POSTGRES_USER=myrootuser \
-e POSTGRES_PASSWORD=myrootpassword \
-p 5432:5432 \
myvolume:/var/lib/postgresql/data \
-d postgres
Client
PG only
PG + Other DBs
목록 |
OS |
무료버전 사용성 |
유료버전 구매 방식 |
TablePlus |
Linux, Mac, Win |
제한이 많음 |
라이센스 구매 (1년간 업데이트) |
DBeaver |
Linux, Mac, Win |
그럭저럭 쓸만함 |
구독 |
SQLECTRON |
Linux, Mac, Win |
- |
X |