mirror of https://github.com/docker/docs.git
Merge pull request #8408 from thaJeztah/add_missing_stub_for_builder_prune
Add missing stubs for docker builder subcommands
This commit is contained in:
commit
2ed35707f7
|
|
@ -536,6 +536,12 @@ reference:
|
||||||
title: docker attach
|
title: docker attach
|
||||||
- path: /engine/reference/commandline/build/
|
- path: /engine/reference/commandline/build/
|
||||||
title: docker 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 *
|
- sectiontitle: docker checkpoint *
|
||||||
section:
|
section:
|
||||||
- path: /engine/reference/commandline/checkpoint/
|
- 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