⚠️ NOTE: This functionality is in PREVIEW. Please note it is subject to (heavy) modification!
A remote dev container feature that installs Lando.
This feature can be declared in your devcontainer.json file for use in the Remote-Containers extension or GitHub Codespaces as follows:
"features": {
"docker-in-docker": "latest",
"reynoldsalec/lando-dev-container-feature/landodevcontainer": "latest",
}
- Use the new Hyperdrive to install Lando
- Decouple from the
docker-in-dockerfeature (currently a requirement) - Look at further performance enhancement possibilities.
Push a tag (eg v0.0.1) to your repo, which will trigger the deploy-features action in this repo's deploy-features.yml workflow file.
Assets will be compressed and added as a release artifact with the name features.tgz.