mozilla-services / syncserver

Run-Your-Own Firefox Sync Server
Mozilla Public License 2.0
1.87k stars 145 forks source link

ARM Docker Image #177

Closed LegendaryB closed 5 years ago

LegendaryB commented 5 years ago

Hello,

I was trying to use this docker image but then realized that I need a ARM version of it. Have also tried to build it myself but when starting my image i get:

[2019-07-23 21:45:49 +0000] [6] [INFO] Starting gunicorn 19.6.0
[2019-07-23 21:45:49 +0000] [6] [INFO] Listening at: http://0.0.0.0:5000 (6)
[2019-07-23 21:45:49 +0000] [6] [INFO] Using worker: sync
[2019-07-23 21:45:49 +0000] [11] [INFO] Booting worker with pid: 11
/usr/local/lib/python2.7/site-packages/pyramid/path.py:341: PkgResourcesDeprecationWarning: Parameters to load are deprecated.  Call .resolve and .require separately.
'x=%s' % value).load(False)

Can you provide some help? Want to run it on a raspberry pi. Also found a image already but this does not allow enough customization and is 2 years old.

Kind Regards, Daniel