microbox / microbox.github.io

The Smallest Docker Images
https://microbox.github.io
18 stars 1 forks source link

pgweb - golang postgresql web interface #4

Closed tehbilly closed 9 years ago

tehbilly commented 9 years ago

Should be easier than gogs, and the "official" image is entirely too large (being based on the golang image). I think this would be a great candidate.

microbox commented 9 years ago

You are right!

The latest version of pgweb 0.5.1 is available to use.

docker run --rm -it -p 8080:8080 -e URL="postgres://user:password@host:port/database?sslmode=[mode]" microbox/pgweb