Add reference docs for push and bundle.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
606358cfb7
commit
6246a2592e
2 changed files with 52 additions and 0 deletions
21
docs/reference/push.md
Normal file
21
docs/reference/push.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<!--[metadata]>
|
||||
+++
|
||||
title = "push"
|
||||
description = "Pushes service images."
|
||||
keywords = ["fig, composition, compose, docker, orchestration, cli, push"]
|
||||
[menu.main]
|
||||
identifier="push.compose"
|
||||
parent = "smn_compose_cli"
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
# push
|
||||
|
||||
```
|
||||
Usage: push [options] [SERVICE...]
|
||||
|
||||
Options:
|
||||
--ignore-push-failures Push what it can and ignores images with push failures.
|
||||
```
|
||||
|
||||
Pushes images for services.
|
||||
Loading…
Add table
Add a link
Reference in a new issue