Add missing stubs for docker builder subcommands

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2019-03-05 13:51:20 +01:00
parent 5d76dbc595
commit 1452039cb3
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
3 changed files with 36 additions and 0 deletions

View File

@ -536,6 +536,12 @@ reference:
title: docker attach
- path: /engine/reference/commandline/build/
title: docker build
- sectiontitle: docker builder *
section:
- path: /engine/reference/commandline/builder/
title: docker builder
- path: /engine/reference/commandline/builder_prune/
title: docker builder prune
- sectiontitle: docker checkpoint *
section:
- path: /engine/reference/commandline/checkpoint/

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_builder
title: docker builder
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://github.com/docker/cli
-->
{% include cli.md datafolder=page.datafolder datafile=page.datafile %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_builder_prune
title: docker builder prune
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://github.com/docker/cli
-->
{% include cli.md datafolder=page.datafolder datafile=page.datafile %}