Skip to content

Commit b2033c4

Browse files
committed
Add docker container management for testing.
1 parent 9343f3d commit b2033c4

File tree

2 files changed

+456
-0
lines changed

2 files changed

+456
-0
lines changed

contrib/pg_dtm/docker/Dockerfile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
FROM debian:sid
2+
MAINTAINER Constantin S. Pan <kvapen@gmail.com>
3+
4+
RUN apt-get update && apt-get -y install iptables libpqxx-dev libpq-dev
5+
6+
COPY postgres /postgres
7+
COPY dtmd /dtmd
8+
COPY dtmbench /dtmbench
9+
10+
RUN mkdir /datadir
11+
RUN useradd -m -s /bin/bash pro
12+
RUN chown pro /datadir
13+
14+
USER pro

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy