github.com/ddev/ddev@v1.23.2-0.20240519125000-d824ffe36ff3/containers/ddev-webserver/README.md (about)

     1  # ddev-webserver Docker image
     2  
     3  ## Overview
     4  DDEV's ddev-webserver image.
     5  
     6  This container image is part of DDEV, and is not typically used stand-alone.
     7  
     8  ### Features
     9  
    10  * Nginx
    11  * Apache
    12  * Many PHP versions
    13  * [Composer](https://getcomposer.org/) (from the production container)
    14  * [Drush](http://www.drush.org) (from the production container)
    15  * [PHIVE](https://phar.io/) (from the production container)
    16  * [WP-CLI](http://www.wp-cli.org) (from the production container)
    17  * [Blackfire CLI](https://blackfire.io/docs/profiling-cookbooks/profiling-http-via-cli)
    18  * [mailpit](https://github.com/axllent/mailpit)
    19  * npm
    20  * yarn
    21  
    22  
    23  ## Instructions
    24  
    25  Use [DDEV](https://ddev.readthedocs.io)
    26  
    27  ### Building and pushing to Docker Hub
    28  
    29  See [DDEV docs](https://ddev.readthedocs.io/en/stable/developers/release-management/#pushing-docker-images-with-the-github-actions-workflow)
    30  
    31  ### Running
    32  To run the container by itself:
    33  
    34  ```bash
    35  docker run -it --rm ddev/ddev-webserver:<tag> bash
    36  ```
    37  
    38  ## Source:
    39  [ddev-webserver](https://github.com/ddev/ddev/tree/master/containers/ddev-webserver)
    40  
    41  
    42  ## Maintained by:
    43  The [DDEV Maintainers](https://github.com/ddev)
    44  
    45  ## Where to get help:
    46  * [DDEV Community Discord](https://discord.gg/5wjP76mBJD)
    47  * [Stack Overflow](https://stackoverflow.com/questions/tagged/ddev)
    48  
    49  ## Where to file issues:
    50  https://github.com/ddev/ddev/issues
    51  
    52  ## Documentation:
    53  * https://ddev.readthedocs.io/
    54  * https://ddev.com/
    55  
    56  ## What is DDEV?
    57  
    58  [DDEV](https://github.com/ddev/ddev) is an open source tool for launching local web development environments in minutes. It supports PHP, Node.js, and Python (experimental).
    59  
    60  These environments can be extended, version controlled, and shared, so you can take advantage of a Docker workflow without Docker experience or bespoke configuration. Projects can be changed, powered down, or removed as easily as they’re started.
    61  
    62  ## License
    63  
    64  View [license information](https://github.com/ddev/ddev/blob/master/LICENSE) for the software contained in this image.
    65  
    66  As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
    67  
    68  As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.