Daily Shaarli

All links of one day in a single page.

April 30, 2015

Dockerfile: Understanding ONBUILD

When you have a Dockerfile that contains a FROM directive, you are creating a parent/child relationship in your image building process.

The simpliest way to think about the ONBUILD command is that it is like an instruction given from a parent to a child.

Karn
thumbnail

Manage multiple Git identities

Godep