Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor compose and support multi compose files #802

Merged
merged 1 commit into from
Feb 14, 2022

Conversation

junnplus
Copy link
Member

@junnplus junnplus commented Feb 11, 2022

Signed-off-by: ye.sijun junnplus@gmail.com

Fixes: #618

  • Test

@junnplus junnplus added this to the v0.17.0 milestone Feb 11, 2022
@junnplus junnplus force-pushed the compose-multi-files branch 6 times, most recently from 173d7aa to faf0969 Compare February 11, 2022 11:42
@junnplus junnplus marked this pull request as ready for review February 11, 2022 11:42
@navneetkarnani
Copy link

Looks like a nit ( spelling mistake ) in ProjectDirecotry

Signed-off-by: ye.sijun <junnplus@gmail.com>
var dockerComposeYAML = `
services:
hello1:
image: alpine:3.13
Copy link
Member

@fahedouch fahedouch Feb 13, 2022

Choose a reason for hiding this comment

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

plz use testing predefined image var

AlpineImage = mirrorOf("alpine:3.13")

Copy link
Member Author

Choose a reason for hiding this comment

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

@fahedouch Only the config is tested here, and the image will not be pulled. It may be better to explicitly write the image version.

Copy link
Member

@AkihiroSuda AkihiroSuda left a comment

Choose a reason for hiding this comment

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

Thanks

@AkihiroSuda AkihiroSuda merged commit 0d2d9b0 into containerd:master Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiple docker compose files
4 participants