Skip to content

Conversation

@0xOI
Copy link
Contributor

@0xOI 0xOI commented Dec 6, 2018

Ensure all images included within constructed docker-compose command
are pulled in parallel prior to stand-up.

[OF6-1396]

@0xOI 0xOI force-pushed the add_image_prepull_terraform branch 2 times, most recently from b0c8c92 to faf34af Compare December 6, 2018 19:48
…aform

Ensure all images included within constructed `docker-compose` command
are pulled in parallel prior to stand-up.

[OF6-1396]
@0xOI 0xOI force-pushed the add_image_prepull_terraform branch from faf34af to d72de51 Compare December 6, 2018 21:16

pull_cmd="${pull_args[@]}"
docker exec $container_name bash -c "\
# change directory to temporary workspace
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

more reasonable comment here

docker exec $container_name bash -c "\
# change directory to temporary workspace
cd $tmp_workspace;
# pull compose service images
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove comment and convert to: cd $tmp_workspace && $pull_cmd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants