README - docker-images - Various docker image builds I have created over the years.
(HTM) git clone git://jay.scot/docker-images
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
README (456B)
---
1 -= docker: warvox =-
2
3 The default login for the warvox web interface is admin/godsexlove and you can
4 connect to port http://127.0.0.1:7777 locally once running.
5
6
7 build
8 -----
9
10 $ docker build -t jayscott/warvox .
11
12
13 usage
14 -----
15
16 $ docker pull postgres
17 $ docker run -d --name postgres -e POSTGRES_HOST_AUTH_METHOD=trust postgres
18 $ docker run -p 7777:7777 -ti --link postgres:db jayscott/warvox
19
20
21 reference
22 ---------
23
24 warvox: https://github.com/rapid7/warvox/