Explore >> Select a destination


You are here

www.neerajsidhaye.com
| | shpota.com
2.3 parsecs away

Travel
| | Delivering a Node application as a Docker image is easy, and it works straight away. Most likely because of this simplicity many don't even know it is done i...
| | memo.mx
2.0 parsecs away

Travel
| | Docker multi-stage build is a great way to build a container images with a minimal footprint. Compiled languages like Go or Rust can take advantage of this by just shipping a binary to a container This is an example from the official docs: FROM golang:1.16 WORKDIR /go/src/github.com/alexellis/href-counter/ RUN go get -d -v golang.org/x/net/html COPY app.go ./ RUN CGO_ENABLED=0 go build -a -installsuffix cgo -o app . FROM alpine:latest RUN apk --no-cache add ca-certificates WORKDIR /root/ COPY --from=0 /g...
| | taylorbrazelton.com
2.1 parsecs away

Travel
| | [AI summary] The article discusses techniques to significantly reduce Docker image size by avoiding recommended packages, using .dockerignore, merging commands, cleaning caches, and employing tools like multistage builds and Alpine Linux.
| | utf9k.net
20.5 parsecs away

Travel
| Did you know you can change Git attributes based on what folder you're in?