Docker
Docker scripts are stored as Dockerfiles or shell that you run locally. The one-liner pipes to bash.
Fetch
Runny hosts the file. Docker runs on the client. The generated one-liner uses bash even though the stored runtime is docker.
curl -fsSL https://runny.sh/r/{slug} | bash
Private
curl -fsSL -H "Authorization: Bearer TOKEN" https://runny.sh/r/{slug} | bash