Settings

Theme

Write a Good Dockerfile in 19 “Easy” Steps

jkutner.github.io

5 points by codefinger 5 years ago · 1 comment

Reader

sneak 5 years ago

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