-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose docker utils for re-use (#788)
Two things: 1. Allow me to access `docker` under the hood of the `DockerRuntime` to do custom stuff in a separate runtime. I still want to keep `DockerRuntime` around because some functionality is identical and it allows me to lean on the existing runtime's implementation of stuff. 2. Allow me to re-use the container config, which is by and large identical in a separate runtime -- except for the `backend_name`. Turns out it's not that hard to make that optional!
- Loading branch information
1 parent
d0c27fa
commit 8c85ce3
Showing
3 changed files
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters