/ tag
Docker
1 post on this topic.
-
Streaming a deploy from a Go agent to Rails over gRPC
One-click deploy means running git clone, docker build and docker run on a remote box and showing every log line live. How I stream that: a Go agent that pipes each command's output over a gRPC server-stream to a Rails control plane, which turns it into a live deploy log.