We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af332e2 + 6114b88 commit e39e54dCopy full SHA for e39e54d
Dockerfile
@@ -5,3 +5,5 @@ RUN apt-get update --fix-missing && \
5
6
COPY scripts .
7
RUN chmod +x ./*.sh && bash ./install_pg_repack.sh
8
+ENTRYPOINT ["pg_repack"]
9
+CMD ["--help"]
README.md
@@ -17,5 +17,5 @@ https://hub.docker.com/r/hartmutcouk/pg-repack-docker/
17
18
### run (example)
19
20
- docker run -e PGPASSWORD=supersecure -it --rm hartmut-co-uk/pg-repack-docker pg_repack -h localhost -U dbroot --dbname=dbname --dry-run --table=table1 --only-indexes --no-superuser-check
+ docker run -e PGPASSWORD=supersecure -it --rm hartmut-co-uk/pg-repack-docker -h localhost -U dbroot --dbname=dbname --dry-run --table=table1 --only-indexes --no-superuser-check
21
0 commit comments