galaxy-genome-annotation / python-apollo

Python library for talking to Apollo API
MIT License
11 stars 11 forks source link

initial add of dockerization of tests #21

Closed nathandunn closed 4 years ago

nathandunn commented 4 years ago

Doesn't quite work (installs, but the bootstrap_apollo.sh doesn't quite work) as it doesn't understand docker or sudo from the initial context.

Something like this should work

docker run bf1ad0638c63 /app/bootstrap_apollo.sh

But we get

docker run bf1ad0638c63 /app/bootstrap_apollo.sh /app/bootstrap_apollo.sh: line 6: docker: command not found [BOOTSTRAP] Waiting while Apollo starts up...

nathandunn commented 4 years ago

Got this working somewhere else.