# Docker best practices

Once again another Docker best practices for real docker management by Cloud Posse.

FROM some-image:1.2.3

Use scratch image as empty filesystem with allow you to copy/distribut a minimal set of artifacts.

Example: