1
0
mirror of https://github.com/docker/compose.git synced 2025-04-08 17:05:13 +02:00

Merge pull request from xulike666/fix-accessibility

Referencing the right segment of code in compose/bundle.py
This commit is contained in:
Joffrey F 2017-02-09 16:34:48 -08:00 committed by GitHub
commit 27e0f31275

@ -202,7 +202,7 @@ def convert_service_to_bundle(name, service_dict, image_digest):
return container_config
# See https://github.com/docker/swarmkit/blob//agent/exec/container/container.go#L95
# See https://github.com/docker/swarmkit/blob/agent/exec/container/container.go#L95
def set_command_and_args(config, entrypoint, command):
if isinstance(entrypoint, six.string_types):
entrypoint = split_command(entrypoint)