Skip to content

Instantly share code, notes, and snippets.

@jpoesen
Last active February 26, 2024 18:14
Show Gist options
  • Save jpoesen/caf76ff57ef3b2dd903d1e821f86b35c to your computer and use it in GitHub Desktop.
Save jpoesen/caf76ff57ef3b2dd903d1e821f86b35c to your computer and use it in GitHub Desktop.

Docker ddev-{{ CONTAINER NAME }}

Overview

Docker container image for DDEV's {{ CONTAINER NAME }} container.

This container image is part of DDEV, and not typically used stand-alone.

Features

{{ FEATURES GO HERE }}

Instructions

Building and pushing to Docker Hub

{{ INSTRUCTIONS GO HERE }}

Running

To run the container by itself:

{{ INSTRUCTIONS GO HERE }}

Source:

[https://github.com/ddev/ddev/tree/master/containers/ddev-{{ CONTAINER NAME }}](ddev-{{ CONTAINER NAME }})

Maintained by:

The DDEV Docker Maintainers

Where to get help:

Where to file issues:

https://github.com/ddev/ddev/issues

Documentation:

What is DDEV?

DDEV is an open source tool for launching local web development environments in minutes. It supports PHP, Node.js, and Python (experimental).

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.

License

View license information for the software contained in this image.

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).

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.

@rfay
Copy link

rfay commented Feb 25, 2024

We use Discord, not slack, but the best link is https://ddev.readthedocs.io/en/stable/users/support/

@stasadev
Copy link

@jpoesen, I believe @rfay wanted to do this:

## Where to get help:
-* [DDEV Community Discord](https://discord.gg/5wjP76mBJD)
-* [Stack Overflow](https://stackoverflow.com/questions/tagged/ddev)
+* https://ddev.readthedocs.io/en/stable/users/support/

And the docs link was good:

## Documentation:
-* https://ddev.readthedocs.io/en/stable/users/support/
+* https://ddev.readthedocs.io/en/stable/

@jpoesen
Copy link
Author

jpoesen commented Feb 26, 2024

Ah, misinterpreted that.

I'll update it and create a pull request on ddev/ddev to add this template there as per @rfay's suggestion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment