MCPcopy Create free account
hub / github.com/apache/arrow / docker_compose_push

Function docker_compose_push

dev/archery/archery/docker/cli.py:268–271  ·  view source on GitHub ↗

Push the generated Docker Compose image.

(obj, image, user, password)

Source from the content-addressed store, hash-verified

266 help='Docker repository password')
267@click.pass_obj
268def docker_compose_push(obj, image, user, password):
269 """Push the generated Docker Compose image."""
270 compose = obj['compose']
271 compose.push(image, user=user, password=password)
272
273
274@docker.command('images')

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected