]> granicus.if.org Git - pgbadger/commitdiff
Remove Dockerfile and documentation about docker run. pgBadger comes as
authorGilles Darold <gilles@darold.net>
Tue, 28 Aug 2018 20:44:26 +0000 (22:44 +0200)
committerGilles Darold <gilles@darold.net>
Tue, 28 Aug 2018 20:44:26 +0000 (22:44 +0200)
a single Perl script without any dependence and it can be used on any
plateform. It is a non sens to use docker to run pgbadger, if you don't
want to install anything, just copy the file pgbadger where you want and
execute it.

Dockerfile [deleted file]
README
doc/pgBadger.pod

diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644 (file)
index 427b68f..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-FROM alpine:latest
-
-# Since Alpine linux 3.3 we can install on-the-fly
-RUN apk add --no-cache bzip2 gzip openssh-client perl unzip xz
-
-COPY pgbadger /usr/local/bin
-
-ENTRYPOINT ["pgbadger"]
diff --git a/README b/README
index b2b3afa0fbf9d20bd73496853c92f6cc61cd0ddd..62f20189c5689caaecc02639102d2b4c8bc37a83 100644 (file)
--- a/README
+++ b/README
@@ -416,12 +416,6 @@ INSTALLATION
 
     By default INSTALLDIRS is set to site.
 
-DOCKER USAGE
-    pgBadger is available as Docker image. Remember to mount logs and
-    outdir.
-
-            docker run -v /var/log/postgresql:/logs -v ${PWD}:/outdir dalibo/pgbadger -O /outdir /logs/postgresql.log
-
 POSTGRESQL CONFIGURATION
     You must enable and set some configuration directives in your
     postgresql.conf before starting.
index 58e931272de1743977bff14826916c6cda5444cd..88138f90b7bba854bb7e8d66a3a104bf1fd3a79b 100644 (file)
@@ -410,12 +410,6 @@ For example, to install everything just like Debian does, proceed as follows:
 
 By default INSTALLDIRS is set to site.
 
-=head1 DOCKER USAGE
-
-pgBadger is available as Docker image. Remember to mount logs and outdir.
-
-       docker run -v /var/log/postgresql:/logs -v ${PWD}:/outdir dalibo/pgbadger -O /outdir /logs/postgresql.log
-
 =head1 POSTGRESQL CONFIGURATION
 
 You must enable and set some configuration directives in your postgresql.conf