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

mirrord container docker check run #2933

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

DmitryDodzin
Copy link
Member

For mirrord container command check that the sidecar container is started after it is created when running with docker runtime

relevant for #2927

@DmitryDodzin DmitryDodzin force-pushed the dimad/mbe-529-mirrord-container-docker-run-nginx-fails branch from fb7fc9e to 592f7b5 Compare November 26, 2024 14:58
Copy link
Member

@meowjesty meowjesty left a comment

Choose a reason for hiding this comment

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

Nits and docs.

@@ -57,19 +61,28 @@ impl RuntimeCommandBuilder {
}
}

pub fn add_volume<H, C>(&mut self, host_path: H, container_path: C)
pub fn add_volume<H, C>(&mut self, host_path: H, container_path: C, readonly: bool)
Copy link
Member

Choose a reason for hiding this comment

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

Do we need the functions in this file to be pub? Reason I'm not a fan of pub all the things is that it doesn't warn you if they're not being used.

Copy link
Member Author

Choose a reason for hiding this comment

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

is pub(super) fine?

mirrord/cli/src/container/command_builder.rs Outdated Show resolved Hide resolved
mirrord/cli/src/container.rs Show resolved Hide resolved
mirrord/cli/src/container.rs Outdated Show resolved Hide resolved
mirrord/cli/src/container.rs Outdated Show resolved Hide resolved
mirrord/cli/src/container.rs Outdated Show resolved Hide resolved
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