mirror of https://github.com/docker/docs.git
Add missing stubs for docker builder subcommands
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
5d76dbc595
commit
1452039cb3
|
@ -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/
|
||||
|
|
|
@ -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 %}
|
|
@ -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 %}
|
Loading…
Reference in New Issue