#For a presentation, what kind of things

1 messages · Page 1 of 1 (latest)

golden seal
#

Folks usually are delighted by the way things run the same locally as in CI, as well as the same across different CIs.

They also enjoy the debugging available through dagger -i or just of using terminal with a container or directory.

golden seal
#

also (perhaps visualized through Dagger Cloud's Module Catalog) you can show how you can create a platform of the approved building block modules and see who in your team is using them, at what versions, etc.

Few slides https://docs.google.com/presentation/d/16d82JClP1trdOrPnheCV4vdi1nKxhywyd0NXWyszwak/edit?slide=id.g31745734609_0_88#slide=id.g31745734609_0_88

rain igloo
#

One approach is to show a simple dockerfile, which everyone is usually familiar with, and then replicate the same in dagger - first in the shell interactively, then in code. The shell provides quick feedback for the audience to understand what's going on, and then switching to code demonstrates that it's the same API, just a different way to use it.

#

Also:

  • Worth mentioning that we have 8 languages supported with SDKs (at different levels of maturity): https://dagger.io/community-sdk
  • Worth showing a trace running in Dagger Cloud and the modules available in Daggerverse
rain igloo