Support for pulling docker containers via bittorrent #67648
pll
started this conversation in
Feature Requests
Replies: 3 comments
-
will approve as a feature request. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for updating this issue. It is no longer marked as stale. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Quay.io supports pulling docker containers via quayctl, which seems to be a wrapper around docker to support pulling/distributing images via bittorrent.
I would like the salt module to support alternative means for pulling that aren't via the docker API. Ideally, though I would like it to support
quayctl
, it should probably support a means for specifying something in place ofdocker pull
via the API. Perhaps something like command line option vs. API call, so in a state file, I could do something like:Or something like that.
Thanks.
Paul
Beta Was this translation helpful? Give feedback.
All reactions