Skip to content

DOCKER_03

Fredrik Grönqvist edited this page Apr 22, 2021 · 1 revision

DOCKER_03

Description

Always use a specific tagged image, for example ubuntu:12.04. That way you always know exactly what variant of an image is being used. Using latest may lead to unpredictable behavior.

Clone this wiki locally