mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Docker: It's called an image ID not container ID
This commit is contained in:
parent
5bcdeae2e6
commit
7117a6ac61
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class CreateImage(Task):
|
|||
docker_cmd = ['docker', 'import', '--change', info._docker['dockerfile'], '-',
|
||||
info.manifest.name.format(**info.manifest_vars)]
|
||||
cmd = ' '.join(map(quote, tar_cmd)) + ' | ' + ' '.join(map(quote, docker_cmd))
|
||||
[info._docker['container_id']] = log_check_call([cmd], shell=True)
|
||||
[info._docker['image_id']] = log_check_call([cmd], shell=True)
|
||||
|
||||
|
||||
class PopulateLabels(Task):
|
||||
|
|
Loading…
Add table
Reference in a new issue