Docker for 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).
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
Just type
./bin/docky-servant [<command>] [<version>] [<build_location>(optional)]
Build a WooCommerce application with the latest version
./bin/docky-servant up latest
Build a WooCommerce application with the latest version at a specific path
./bin/docky-servant up latest ~/Desktop/demo
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
.
[—env-file=\optional
Specify a path to your custom .env
file.
Docker-WooCommerce is open-sourced software released under the MIT License.