mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
need docker to publish the rethinkdb port for --rethinkdb-dedup-url and --rethinkdb-big-table-url tests
This commit is contained in:
parent
1b172f37e9
commit
158c451311
@ -28,7 +28,7 @@ services:
|
||||
before_install:
|
||||
- sudo service docker restart ; sleep 10 # https://github.com/travis-ci/travis-ci/issues/4778
|
||||
- docker network create --driver=bridge trough
|
||||
- docker run --detach --network=trough --name=rethinkdb rethinkdb
|
||||
- docker run --detach --network=trough --name=rethinkdb --publish=28015:28015 rethinkdb
|
||||
- docker run --detach --network=trough --name=hadoop chalimartines/cdh5-pseudo-distributed
|
||||
- docker run --detach --network=trough --volume="$PWD/tests/run-trough.sh:/run-trough.sh" --publish=6111:6111 --publish=6112:6112 --publish=6222:6222 --publish=6444:6444 python:3 bash /run-trough.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user