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

Docker Resource Input Parsing #7

Merged
merged 1 commit into from
Sep 5, 2024
Merged

Docker Resource Input Parsing #7

merged 1 commit into from
Sep 5, 2024

Conversation

michaelgattas
Copy link
Contributor

• ✨ Adds impl From<&Resources> for HostConfig { } to resources.rs
• ✨ Adds fn builder() -> Builder { } to Resources impl in resources.rs
• ✨ Adjusts fn disk_gb() in resources/builder.rs to warn about XFS disk space setting limitations
• ✨ Adds HostConfig object to service/runner/backend/docker.rs
• ✨ Adds .resources(Resources::builder()) in task Builder in examples/docker.rs
• 🔥 Adds stderr.txt and stdout.txt to .gitignore

Co-authored-by: Michael Gattas <[email protected]>
@claymcleod claymcleod merged commit a18e40e into main Sep 5, 2024
6 checks passed
@claymcleod claymcleod deleted the mg-docker-resources branch September 5, 2024 16:25
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