https://github.com/lando/gitpod
https://github.com/lando/gitpod
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lando/gitpod
- Owner: lando
- License: gpl-3.0
- Created: 2022-01-24T16:55:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-15T03:27:04.000Z (9 months ago)
- Last Synced: 2025-05-01T00:37:54.685Z (9 months ago)
- Language: Dockerfile
- Size: 130 KB
- Stars: 2
- Watchers: 4
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://gitpod.io/#https://github.com/lando/gitpod)
# Lando Gitpod Integration
Contains Docker images that you can utilize to run [Lando](https://lando.dev) in your [Gitpod](https://gitpod.io) setup.
Contains 2 images:
- [devwithlando/gitpod](https://hub.docker.com/r/devwithlando/gitpod) which uses the [latest stable release](https://github.com/lando/lando/releases/latest) of Lando.
- [devwithlando/gitpod-source](https://hub.docker.com/r/devwithlando/gitpod-source) which builds Lando [from source](https://docs.lando.dev/basics/installation.html#from-source).
## Basic Usage
in your [.gitpod.yml](https://www.gitpod.io/docs/config-gitpod-file) put the following:
```yaml
image: devwithlando/gitpod:1
tasks:
- name: Start Drupal
command: |
lando start
```
## Issues, Questions and Support
If you have a question or would like some community support we recommend you [join us on Slack](https://launchpass.com/devwithlando). Note that this is the Slack community for [Lando](https://lando.dev) but we are more than happy to help with this module as well!
If you'd like to report a bug or submit a feature request then please [use the issue queue](https://github.com/lando/gitpod/issues/new/choose) in this repo.
## Changelog
We try to log all changes big and small in both [THE CHANGELOG](https://github.com/lando/gitpod/blob/main/CHANGELOG.md) and the [release notes](https://github.com/lando/gitpod/releases).
## Contributors
Made with [contributors-img](https://contrib.rocks).
## Other Resources
* [Important advice](https://www.youtube.com/watch?v=WA4iX5D9Z64)