postgresSQL
-
[PostgresSQL][Docker] 도커에 PostgresSQL DB 설치하기Linux/Tools 2024. 8. 8. 07:31
도커 허브 : posgresSQL postgres - Official Image | Docker HubNote: the description for this image is longer than the Hub length limit of 25000, so has been trimmed. The full description can be found at https://github.com/docker-library/docs/tree/master/postgres/README.md. See also docker/hub-feedback#238 and dhub.docker.com 1. PostgresSQL 이미지 가져오기docker pull postgres 2. 실행하기docker run --name post..