Like fly execute
but running against a local docker daemon
Have you ever run fly execute
with a set of huge inputs
that take FOREVER to upload only to find out you had a typo
in your task script? This is why.
piper
is really just a wrapper around some called to the
docker
cli. It pulls the image needed to run the task.
It then runs docker run
with some volume mounts for your
inputs and outputs. Its as simple as that.
go get github.com/ryanmoran/piper/piper