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

     1  # ddev-dbserver docker image
     2  
     3  ## Overview
     4  
     5  Docker container image for DDEV's ddev-dbserver container. This same code is used to build all of the MariaDB and MySQL images.
     6  
     7  This container image is part of DDEV, and not typically used stand-alone.
     8  
     9  ### Features
    10  
    11  * MariaDB 5.5 though current stable
    12  * MySQL 5.5 through current stable
    13  * Backup facilities like xtrabackup and mariabackup.
    14  
    15  ## Instructions
    16  
    17  Use [DDEV](https://ddev.readthedocs.io)
    18  
    19  ### Building and pushing to Docker Hub
    20  
    21  See [DDEV docs](https://ddev.readthedocs.io/en/stable/developers/release-management/#pushing-docker-images-with-the-github-actions-workflow)
    22  
    23  ### Running
    24  To run the container by itself:
    25  
    26  ```bash
    27  docker run -it --rm --entrypoint=bash ddev/ddev-db-server-<mariadb|mysql>-<version>:<tag>
    28  ```
    29  
    30  ## Source:
    31  
    32  [https://github.com/ddev/ddev/tree/master/containers/ddev-dbserver](https://github.com/ddev/ddev/tree/master/containers/ddev-dbserver)
    33  
    34  ## Maintained by:
    35  
    36  The [DDEV Docker Maintainers](https://github.com/ddev)
    37  
    38  ## Where to get help:
    39  
    40  * [DDEV Community Discord](https://discord.gg/5wjP76mBJD)
    41  * [Stack Overflow](https://stackoverflow.com/questions/tagged/ddev)
    42  
    43  ## Where to file issues:
    44  
    45  https://github.com/ddev/ddev/issues
    46  
    47  ## Documentation:
    48  
    49  * https://ddev.readthedocs.io/
    50  * https://ddev.com/
    51  
    52  ## What is DDEV?
    53  
    54  [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).
    55  
    56  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.
    57  
    58  ## License
    59  
    60  View [license information](https://github.com/ddev/ddev/blob/master/LICENSE) for the software contained in this image.
    61  
    62  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).
    63  
    64  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.