mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
Putting them in `_samples/library`, which is where Jekyll expects them to be to be in the "samples" collection. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
17 lines
379 B
Markdown
17 lines
379 B
Markdown
---
|
|
title: scratch
|
|
keywords: library, sample, scratch
|
|
repo: scratch
|
|
layout: docs
|
|
permalink: /samples/library/scratch/
|
|
hide_from_sitemap: true
|
|
redirect_from:
|
|
- /samples/scratch/
|
|
description: |
|
|
an explicitly empty image, especially for building images "FROM scratch"
|
|
---
|
|
|
|
an explicitly empty image, especially for building images "FROM scratch"
|
|
|
|
{% include library-samples.md %}
|