github.com/ddev/ddev@v1.23.2-0.20240519125000-d824ffe36ff3/.gitpod/images/README.md (about) 1 # ddev-gitpod-base docker image 2 3 ## Overview 4 5 ddev/ddev-gitpod-base is a base image for Gitpod integration with [DDEV](https://github.com/ddev/ddev). 6 7 Details about how it is used are in https://ddev.readthedocs.io/en/stable/users/install/ddev-installation/#gitpod 8 9 ### Features 10 11 All the packages you expect to find to use DDEV on gitpod. 12 13 ## Instructions 14 15 Use [DDEV on Gitpod](https://ddev.readthedocs.io/en/stable/users/install/ddev-installation/#gitpod) 16 17 ### Building and pushing to Docker Hub 18 19 Use [push.sh](https://github.com/ddev/ddev/blob/master/.gitpod/images/push.sh) 20 21 ### Running 22 23 To run the container by itself: 24 25 ```bash 26 docker run -it --rm ddev/ddev-gitpod-base:<tag> bash 27 ``` 28 29 ## Source: 30 31 [https://github.com/ddev/ddev/blob/master/.gitpod/images/Dockerfile](https://github.com/ddev/ddev/blob/master/.gitpod/images/Dockerfile) 32 33 ## Maintained by: 34 35 The [DDEV Docker Maintainers](https://github.com/ddev) 36 37 ## Where to get help: 38 39 * [DDEV Community Discord](https://discord.gg/5wjP76mBJD) 40 * [Stack Overflow](https://stackoverflow.com/questions/tagged/ddev) 41 42 ## Where to file issues: 43 44 https://github.com/ddev/ddev/issues 45 46 ## Documentation: 47 48 * https://ddev.readthedocs.io/ 49 * https://ddev.com/ 50 51 ## What is DDEV? 52 53 [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). 54 55 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. 56 57 ## License 58 59 View [license information](https://github.com/ddev/ddev/blob/master/LICENSE) for the software contained in this image. 60 61 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). 62 63 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.