synology/spree
##Spree SpreeCommerce is a full-featured storefront tool built on common standards so you do not have to compromise speed to market, efficiency, or innovation. You can also easily leverage the advantages of modular design to configure, supplement, or replace the functionalities you need.
##Usage The recommended way to run this container looks like this:
$ docker run -d -p 80:80 synology/spree
This will start a container in a detached session in the background and will expose its web interface to port 80 of the host. Now you can browse to:
http://localhost/
to access the initialization pages of SpreeCommerce.
##Settings
Default username: spree@example.com
Default password: spree123
docker pull synology/spree