This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/README.md

19 lines
673 B
Markdown
Raw Normal View History

# Dagger
Dagger is a programmable deployment system.
Using Dagger, software builders can automate the deployment of any application to any infrastructure, in just a few lines of code.
<img src="https://user-images.githubusercontent.com/216487/122216381-328a3500-ce61-11eb-907f-d2b6f66b3b10.png" width="400" />
## Getting Started
[Documentation website](https://docs.dagger.io/)
2020-12-30 10:16:15 +01:00
## Useful links
- [Join the Dagger community on Discord](https://discord.gg/ufnyBtc8uY)
- [Install from a binary release](https://docs.dagger.io/1001/install/)
- [Build from source](https://docs.dagger.io/1001/install/#option-4-install-from-source)
- [How to contribute](CONTRIBUTING.md)