Skip to content

Where to begin debugging custom graphdriver (entrypoint not found, stream copy error) #47411

Answered by thaJeztah
Pippadi asked this question in Q&A
Discussion options

You must be logged in to vote

The graphdriver-plugins were added as an experimental feature in #13777, but in all honesty never really were worked on after the initial implementation, and for sure are not used widely (and very likely have very little test-coverage, so I would not exclude the possibility that there's bugs related to this feature). There's some additional docs in https://github.com/docker/cli/blob/v25.0.3/docs/extend/plugins_graphdriver.md, but not sure if they would provide much help for debugging.

The original motivation for this feature was to allow moving graph-drivers out of process, so that obsolete graph-drivers (such as AuFS and devicemapper) could be removed from our code-base, but allowing use…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Pippadi
Comment options

@thaJeztah
Comment options

Answer selected by Pippadi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants