Project

wp-docker

0.0
No commit activity in last 3 years
No release in over 3 years
The easiest way to for WordPress using Docker containers
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
~> 10.0
~> 3.0

Runtime

~> 2.0.3
 Project Readme

WP-Docker

The easiest way to develop WordPress using Docker containers.

Install

# Using RubyGems
$ sudo gem install wp-docker

Usage

WP-Docker provides a command-line interface to create and manage WordPress development environments using Docker:

$ wp-docker 

==================================
| WP-Docker 0.2.1                |
==================================

Usage wp-docker <command> [<options>]

Commands:
  create                         Create new wp-docker environment
  list                           Show available environments
  cli <command>                  Execute wp-cli in current wp-docker environment
  open                           Open browser
  shell [<environment>]          Open shell in web container
  exec <command>                 Execute command in current wp-docker environment
  start [<environment>]          Start wp-docker environment (default: current)
  stop [<environment>]           Stop wp-docker environment (default: current)
  remove [<environment>]         Remove wp-docker environment (default: current)
  logs [-t]                      Show apache web logs
  help                           Show this help

Contributing

  • If you have found a bug or if you have a feature request, please report them at this repository issues section.
  • Pull requests must be made against develop branch.