hive-docker icon indicating copy to clipboard operation
hive-docker copied to clipboard

Support Amazon Linux 2

Open cowwoc opened this issue 2 years ago • 0 comments

I've been trying to get this project running on Amazon Linux 2. As far as I can tell, there are only 2 problems to be fixed:

  1. ./run install_docker needs to run different commands to install docker. https://stackoverflow.com/a/61708497/14731 worked for me but the accepted answer might be okay too (I haven't tried).
  2. When I run ./run install start I get:
[2022-08-25 16:26:53 UTC]  -> Starting container 'seed'...
./run.sh: line 1790: HIVE_RUN_ARGS[@]: unbound variable

and the container does not start.

Any ideas on how to fix the second issue?

cowwoc avatar Aug 25 '22 16:08 cowwoc