Skip to content

Docker build works / run fails #1

@jmcparland

Description

@jmcparland

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions