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.
Go to file
Solomon Hykes 935782e6a6 Docs: simplify install instructions
Signed-off-by: Solomon Hykes <solomon@dagger.io>
2021-05-25 15:34:57 -07:00
.dagger/env devenv: split adhoc stdlib tests into separate env 2021-05-04 11:21:34 -07:00
.github ci: markdown lint 2021-05-21 15:47:46 -07:00
cmd cmd/inputs: added --all option to list 2021-05-21 17:39:17 -07:00
cue.mod/pkg Work in progress: develop dagger with dagger 2021-04-05 17:19:03 -07:00
dagger detect reference on cue conjunction 2021-05-21 17:38:33 -07:00
docs Docs: simplify install instructions 2021-05-25 15:34:57 -07:00
examples examples/simple-s3: force cache 2021-05-21 17:50:17 -07:00
pkg pkg: removed unused code 2021-05-21 16:10:07 -07:00
stdlib clean up comments 2021-05-21 16:56:30 -07:00
tests Move random string generation to his own file to avoid replication in tests. 2021-05-22 16:49:57 +02:00
tools/gendocs docs: fix redirect url 2021-05-21 13:37:33 -07:00
.gitignore added goreleaser base config 2021-04-29 14:35:14 -07:00
.golangci.yml linter: replace deprecated scopelint with exportloopref 2021-04-02 14:29:17 -07:00
.goreleaser.yml release: added exclude filters for changelog 2021-05-03 17:20:33 -07:00
.markdownlint.yaml ci: markdown lint 2021-05-21 15:47:46 -07:00
CONTRIBUTING.md add CONTRIBUTING.md 2021-04-19 12:18:58 -07:00
doc.go add a go file to the root folder 2021-02-17 13:13:17 -08:00
Dockerfile Dockerfile: make the static binary smaller 2021-05-07 21:08:23 +03:00
go.mod build(deps): bump github.com/uber/jaeger-client-go 2021-05-25 06:31:43 +00:00
go.sum build(deps): bump github.com/uber/jaeger-client-go 2021-05-25 06:31:43 +00:00
install.sh release: added install script 2021-05-03 17:20:45 -07:00
LICENSE add LICENSE file 2021-01-14 12:36:19 -08:00
Makefile Proposal to fix #442 2021-05-11 15:03:15 -07:00
README.md Merge pull request #483 from hongchaodeng/patch-1 2021-05-24 11:18:14 -07:00
tracing.compose.yaml opentracing support 2021-03-04 10:45:20 -08:00
universe universe: another name for stdlib 2021-05-01 01:03:58 -07:00

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.

image

The Dagger platform adapts to your application, not the other way around. Thanks to its ecosystem of reusable packages and flexible scripting system, Dagger can be dropped into any software project without requiring changes to its architecture or workflow. Think of it as your "devops superglu".

No matter how your deployment works under the hood, you can manage it with the same Dagger user interface. This makes developers more productive, because they don't have to learn a new workflow every time their deployment system changes.

Learn More

Download and Install

Community

Join the Dagger community chatroom on Discord. We welcome beginners and experts alike!

Alpha disclaimer

Dagger is alpha-quality software. It has many bugs, the user interface is minimal, and it may change in incompatible ways at any time. If you are still willing to try it, thank you! We appreciate your help and encourage you to ask questions and report issues.