Skip to content

This is a dockerfile to build and run Mozilla SyncServer within a docker container

Notifications You must be signed in to change notification settings

acaranta/mozilla-syncserver-dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

mozilla-syncserver-dockerfile

This is a dockerfile to build and run Mozilla SyncServer within a docker container

It is based on https://github.com/mozilla-services/syncserver

See https://github.com/acaranta/mozilla-syncserver-dockerfile/blob/BuildOnIndex/README.md for install instructions.

Running

Basically, to run :

docker run -p 5000:5000 acaranta/mozilla-syncserver

If you want to fiddle with configuration, on your host :

mkdir -p /whateveryoulike/syncserver
wget https://raw.githubusercontent.com/mozilla-services/syncserver/master/syncserver.ini -O /whateveryoulike/syncserver/config.ini
#edit your config file
docker run -v /whateveryoulike/syncserver:/opt/syncserver -p 5000:5000 acaranta/mozilla-syncserver

About

This is a dockerfile to build and run Mozilla SyncServer within a docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages