mirror of https://github.com/docker/docs.git
22 lines
375 B
Markdown
22 lines
375 B
Markdown
---
|
|
description: Pushes service images.
|
|
keywords:
|
|
- fig, composition, compose, docker, orchestration, cli, push
|
|
menu:
|
|
main:
|
|
identifier: push.compose
|
|
parent: smn_compose_cli
|
|
title: push
|
|
---
|
|
|
|
# push
|
|
|
|
```
|
|
Usage: push [options] [SERVICE...]
|
|
|
|
Options:
|
|
--ignore-push-failures Push what it can and ignores images with push failures.
|
|
```
|
|
|
|
Pushes images for services.
|