项目作者: guzzilar

项目描述 :
Docker for WooCommerce
高级语言: Shell
项目地址: git://github.com/guzzilar/docker-woocommerce.git
创建时间: 2016-05-08T21:08:11Z
项目社区:https://github.com/guzzilar/docker-woocommerce

开源协议:

下载


Docker WooCommerce

Note: Docker-WooCommerce was developed as a part of the Docky (a dockerizer for e-commerce application).
However, it can also work stand alone as well.

Docker-WooCommerce helps you easily run up a WooCommerce application (can be used either by Docky or stand alone).

Supported Versions

  • latest
  • 2.6.14

Can’t find the version you’re looking for?
Just contribute by yourself! 😛
Or, let me hear your voice at https://github.com/guzzilar/docker-woocommerce/issues

Get Started

Dependencies

  • Docker Engine v17.06.0 or higher

Build a new container

Just type

  1. ./bin/docky-servant [<command>] [<version>] [<build_location>(optional)]
  1. Build a WooCommerce application with the latest version

    1. ./bin/docky-servant up latest
  2. Build a WooCommerce application with the latest version at a specific path

    1. ./bin/docky-servant up latest ~/Desktop/demo

Customization

Environment Variables

There are some system environment variables you can custom with your own value, such as ‘WP_ADMIN_USER’, ‘WP_ADMIN_PASSWORD’, etc.
Inside the source folder (src/[version]/) you will see default.env.

Parameters

[—env-file=\] optional

Specify a path to your custom .env file.

License

Docker-WooCommerce is open-sourced software released under the MIT License.