Add reference docs for push and bundle.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin 2016-06-24 11:10:18 -04:00 committed by Aanand Prasad
commit 6246a2592e
2 changed files with 52 additions and 0 deletions

21
docs/reference/push.md Normal file
View 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.