Merge pull request #8408 from thaJeztah/add_missing_stub_for_builder_prune

Add missing stubs for docker builder subcommands
This commit is contained in:
L-Hudson 2019-03-06 17:08:55 -05:00 committed by GitHub
commit 2ed35707f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 %}