Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 708 Bytes

File metadata and controls

45 lines (33 loc) · 708 Bytes

Develop WordPress theme in Docker

This repository helps to develop wordpress theme in Docker.

Imgur

Requirements

Quick Start

$ git clone git@github.com:satotakumi/devwp-docker.git && cd devwp-docker
$ ./devwp.sh start

Commands

Start Containers

$ ./devwp.sh start

Stop Containers

$ ./devwp.sh stop

Restart Containers

$ ./devwp.sh restart

Reset Containers

$ ./devwp.sh reset

This command excute stop, docker-compose rm and start.

Remove Containers

$ ./devwp.sh remove