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...
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...