fix: Properly support remote docker daemon over ssh by rajiv-k · Pull Request #511 · jesseduffield/lazydocker (original) (raw)

I wanted to build via docker, golang image with ALPINE_VERSION=3.15 was not availble on docker hub anymore

ERROR: failed to solve: golang:1.20-alpine3.15: docker.io/library/golang:1.20-alpine3.15: not found

I had to use this #495 (maybe it could be merged also )
in order to compile my own binary via docker, extract it from the container, then run it on my host

and I can confirm it work, thanks :)