-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I've tried the instructions with Ubuntu server 18.xx and Centos 7 as a base OS (in AWS). The docker build works without a hitch, but I'm seeing the following two errors on docker run:
docker run -p 6644:8000 sms_proxy:0.0.1
Error loading shared library libpython2.7.so.1.0: No such file or directory (needed by /app/ve/bin/gunicorn)
Error relocating /app/ve/bin/gunicorn: Py_Main: symbol not found
Since I'm using your code as an intro to Docker example as well and since I've not previously used alpine linux, I'm not exactly sure how to look inside the exited container for clues. I appreciate the code example (I'll try getting it running in an ordinary vm) and am not expecting you to worry about a three-year-old example, but I'll watch in case there's a quick fix :-) Thanks!
Metadata
Metadata
Assignees
Labels
No labels