mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
does it still hang with docker run -i?
This commit is contained in:
parent
c124507c15
commit
f4fb551d95
@ -9,7 +9,7 @@ user=$(id -un)
|
|||||||
|
|
||||||
for python in python2.7 python3.4
|
for python in python2.7 python3.4
|
||||||
do
|
do
|
||||||
docker run --rm --volume="$script_dir/..:/rethinkstuff" internetarchive/rethinkdb /sbin/my_init -- \
|
docker run -i --rm --volume="$script_dir/..:/rethinkstuff" internetarchive/rethinkdb /sbin/my_init -- \
|
||||||
true < /dev/null
|
true < /dev/null
|
||||||
# bash -x -c "cd /rethinkstuff \
|
# bash -x -c "cd /rethinkstuff \
|
||||||
# && virtualenv -p $python /tmp/venv \
|
# && virtualenv -p $python /tmp/venv \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user