Settings

Theme

Write a Good Dockerfile in 19 “Easy” Steps

jkutner.github.io

5 points by codefinger · 1 comment

Reader

1 thread
sneak

This misses the most important security step of all: when you specify an exact tag, instead find the hash of the specific image and use that instead, e.g.:

    FROM ubuntu@sha256:01234567...

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection