Sign inSign up

mostley/opencart

By mostley

•Updated about 10 years ago

An open source PHP-based online e-commerce solution.

Image
0

10K+

mostley/opencart repository overview

⁠opencart

OpenCart⁠ is designed feature rich, easy to use, search engine friendly and with a visually appealing interface.

opencart:
  image: vimagick/opencart
  ports:
    - "8000:80"
  links:
    - mysql
  restart: always

mysql:
  image: mysql
  environment:
    - MYSQL_ROOT_PASSWORD=root
    - MYSQL_DATABASE=opencart
  restart: always

Tag summary

Content type

Image

Digest

Size

178.2 MB

Last updated

about 10 years ago

docker pull mostley/opencart