referencing right segment of code

Signed-off-by: Aaron.L.Xu <likexu@harmonycloud.cn>
This commit is contained in:
Aaron.L.Xu 2017-02-08 18:50:14 +08:00
parent 165eb9c91a
commit f083526829
1 changed files with 1 additions and 1 deletions

View File

@ -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)