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

     1  # ddev/test-ssh-server docker image
     2  
     3  ## Overview
     4  
     5  This image is used only for automated testing and should not be used for other purposes.
     6  
     7  ### Features
     8  
     9  * openssh-server
    10  
    11  ## Instructions
    12  
    13  Use [DDEV](https://ddev.readthedocs.io)
    14  
    15  ### Building and pushing to Docker Hub
    16  
    17  See [DDEV docs](https://ddev.readthedocs.io/en/stable/developers/release-management/#pushing-docker-images-with-the-github-actions-workflow)
    18  
    19  ### Running
    20  To run the container by itself:
    21  
    22  ```bash
    23  docker run -it --rm ddev/test-ssh-server:<tag> bash
    24  ```
    25  
    26  ## Source:
    27  
    28  [https://github.com/ddev/ddev/tree/master/containers/test-ssh-server](https://github.com/ddev/ddev/tree/master/containers/test-ssh-server)
    29  
    30  ## Maintained by:
    31  
    32  The [DDEV Docker Maintainers](https://github.com/ddev)
    33  
    34  ## Where to get help:
    35  
    36  * [DDEV Community Discord](https://discord.gg/5wjP76mBJD)
    37  * [Stack Overflow](https://stackoverflow.com/questions/tagged/ddev)
    38  
    39  ## Where to file issues:
    40  
    41  https://github.com/ddev/ddev/issues
    42  
    43  ## Documentation:
    44  
    45  * https://ddev.readthedocs.io/
    46  * https://ddev.com/
    47  
    48  ## What is DDEV?
    49  
    50  [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).
    51  
    52  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.
    53  
    54  ## License
    55  
    56  View [license information](https://github.com/ddev/ddev/blob/master/LICENSE) for the software contained in this image.
    57  
    58  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).
    59  
    60  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.