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

remove implementation details, make accurate with new remote docker arch #9170

Merged
merged 5 commits into from
Jan 14, 2025

Conversation

sebastian-lerner
Copy link
Contributor

tries to remove some (i think unecessary) implementation details about how our system works. also tries to remove references to the word "remote" since that's a bit of a relic from a previous architecture.

that being said, it keeps the bulk of the content in place because the workarounds described are still needed when using remote docker even with the new architecture

@sebastian-lerner sebastian-lerner requested review from a team as code owners January 9, 2025 15:03
@sebastian-lerner sebastian-lerner mentioned this pull request Jan 9, 2025
7 tasks
Copy link

@DominicLavery DominicLavery left a comment

Choose a reason for hiding this comment

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

This is totally an improvement and happy for it to be merged as is.

The "different location" statement could maybe be improved. I'm thinking the location of the daemon is the implementation detail. The fact that a job is executed in a container that has access to a daemon is the feature.
So something along the lines of

A jobs commands are executed in a container that has access to an external docker daemon, so whilst using docker CLI or compose you must move data around...

@sebastian-lerner
Copy link
Contributor Author

@DominicLavery thanks, made some slight changes. let me know what you think

@DominicLavery
Copy link

LGTM :shipit:

@sebastian-lerner
Copy link
Contributor Author

@rosieyohannan can you take a peek when you get a chance please 🙏

thanks!

@rosieyohannan rosieyohannan merged commit d6eafe1 into master Jan 14, 2025
3 checks passed
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.

3 participants