Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miolab/psql_docker_sandbox
PostgreSQLコンテナ構築 検証用リポジトリ
https://github.com/miolab/psql_docker_sandbox
circleci docker postgresql
Last synced: 8 days ago
JSON representation
PostgreSQLコンテナ構築 検証用リポジトリ
- Host: GitHub
- URL: https://github.com/miolab/psql_docker_sandbox
- Owner: miolab
- Created: 2020-11-08T11:13:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-11T23:20:57.000Z (about 4 years ago)
- Last Synced: 2024-10-30T11:09:02.663Z (about 2 months ago)
- Topics: circleci, docker, postgresql
- Language: Dockerfile
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PostgreSQL Docker Sandbox
[![miolab](https://circleci.com/gh/miolab/psql_docker_sandbox.svg?style=svg)](https://github.com/miolab/psql_docker_sandbox)
PostgreSQL コンテナ構築 & 起動検証用リポジトリ
---
### 公式
- Docker Hub https://hub.docker.com/_/postgres
- alpine image
(docker) https://hub.docker.com/layers/postgres/library/postgres/alpine/images/sha256-1dfcbfea3e85ad81b7baef84a68c8d8f8676a6b400d1ff0790929bfe1bd6d9df?context=explore
(GitHub) https://github.com/docker-library/postgres/blob/04bf35f0c4a3f7ac41591f9b28e2de1fecb7fef4/12/alpine/Dockerfile
(Docker docs) https://docs.docker.jp/engine/examples/postgresql_service.html
- GitHub https://github.com/docker-library/docs/blob/master/postgres/README.md
---
### 参考
- 永続化
https://crudzoo.com/blog/docker-postgres
https://qiita.com/ko-da-k/items/47b96883144a5bf1cb1e
https://hiroki-sawano.hatenablog.com/entry/populate-postgres-container
- トラブルシュート
https://github.com/BCDevOps/openshift-wiki/wiki/Postgresql---unexpected-data-beyond-EOF-in-block
https://daichan.club/container/78908
https://teratail.com/questions/247008
https://qiita.com/shota0701nemoto/items/696393028fe77bf356bb
https://qiita.com/tomokazu0112/items/ecb26cf89b575a036f0f
https://teratail.com/questions/224610
- その他(alpine image, etc.)
https://qiita.com/pottava/items/970d7b5cda565b995fe7
https://sasapyond.hatenablog.com/entry/2018/11/12/013454
https://qiita.com/at-946/items/c69a512ea47941747b18
https://qiita.com/sey323/items/a4875408a67cea6a8c52
https://blog.imind.jp/entry/2019/02/15/180512
https://github.com/iktakahiro/sql-basic-book/blob/master/docs/docker-postgres.md
https://qiita.com/hoto17296/items/070857971f95017b5e07