Remix.run Logo
throwaway314155 4 days ago

I assume you can do these "image acrobatics" in any shell.

esafak 3 days ago | parent | next [-]

The dagger shell is built for devops, and can pipe first class dagger objects like services and containers to enable things like

  github.com/dagger/dagger/modules/wolfi@v0.16.2 |
  container |
  with-exec ls /etc/ |
  stdout
What's interesting here is that the first line demonstrates invocation of a remote module (building a Wolfi Linux container), of which there is an ecosystem: https://daggerverse.dev/
3 days ago | parent | prev [-]
[deleted]