You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lando is **free** and **open source** software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by [contributing](https://github.com/sponsors/lando).
[](https://gitpod.io/#https://github.com/lando/gitpod)
2
+
3
+
# Lando Gitpod Intergration
4
+
5
+
Contains Docker images that you can utilize to run [Lando](https://lando.dev) in your [Gitpod](https://gitpod.io) setup.
6
+
7
+
Contains 2 images:
8
+
9
+
-[devwithlando/gitpod](https://hub.docker.com/r/devwithlando/gitpod) which uses the [latest stable release](https://github.com/lando/lando/releases/latest) of Lando.
10
+
-[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).
11
+
12
+
## Basic Usage
13
+
14
+
in your [.gitpod.yml](https://www.gitpod.io/docs/config-gitpod-file) put the following:
15
+
16
+
```yaml
17
+
image: devwithlando/gitpod:1
18
+
19
+
tasks:
20
+
- name: Start Drupal
21
+
command: |
22
+
lando start
23
+
```
24
+
25
+
## Issues, Questions and Support
26
+
27
+
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!
28
+
29
+
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.
30
+
31
+
## Changelog
32
+
33
+
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).
0 commit comments