| README - docker-images - Various docker image builds I have created over the ye… | |
| git clone git://jay.scot/docker-images | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| README (456B) | |
| --- | |
| 1 -= docker: warvox =- | |
| 2 | |
| 3 The default login for the warvox web interface is admin/godsexlove and y… | |
| 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 postg… | |
| 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/ |