Skip to content

Instantly share code, notes, and snippets.

FROM golang:alpine as BUILDER
RUN apk update && apk add --no-cache git
WORKDIR /src
# << bake dependencies into builder image
COPY go.mod .
COPY go.sum .
RUN go mod download
# >>
COMMON=--restart=unless-stopped
default:
all-start:
egrep ^start Makefile | cut -d: -f1 | xargs make
# -p 9090:9090
start-prometheus:
docker run -d \
@rspier
rspier / rainmachine-tailscale.md
Last active June 4, 2023 00:13
How to Install Tailscale on a RainMachine HD-12

Keybase proof

I hereby claim:

  • I am rspier on github.
  • I am rbrt (https://keybase.io/rbrt) on keybase.
  • I have a public key whose fingerprint is D8D3 5149 9F7C 3DF0 F34F 0CE7 E14F DC18 2B46 5298

To claim this, I am signing this object:

@rspier
rspier / gist:6259929
Last active December 21, 2015 05:49
Classic Perl Magazines
Classic Perl Magazines could be yours!
I'm cleaning my closet, and you could have these pieces of Perl history in your collection!
Yours for the cost of shipping. Offer expires soon when the magazines end up in the recycling bin.
Just let me know if you're interested.
The Perl Journal #11 3.3 Fall 1998
The Perl Journal #12 3.4 Winter 1998