Skip to content

Instantly share code, notes, and snippets.

View benschw's full-sized avatar

Ben Schwartz benschw

View GitHub Profile
@benschw
benschw / docker.md
Created September 25, 2013 14:18 — forked from skyrocknroll/docker.md

cd /etc/init vim docker.conf

replace /usr/bin/docker -d with this /usr/bin/docker -H 0.0.0.0:5555 -d so that we can connect through http api.

alias docker="docker -H 0.0.0.0:5555"
cd /var/lib/docker/containers

in the above locations you can find all the containers which are all executed

public abstract class JdbiIntegrationTest {
private DBI dbi;
private Handle handle;
private Liquibase liquibase;
protected abstract DatabaseConfiguration getDatabaseConfiguration();