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

Implement remote snapshotter as a proxy plugin #6

Merged
merged 1 commit into from
Dec 12, 2019
Merged

Implement remote snapshotter as a proxy plugin #6

merged 1 commit into from
Dec 12, 2019

Conversation

ktock
Copy link
Member

@ktock ktock commented Dec 12, 2019

This commit enables us to use remote snapshotter as a containerd proxy plugin. So we can bundle remote snapshotter and filesystem plugins in one container and plug it to containerd.

For more detail about containerization, see docker-compose.yml and this docker context .

We've already been able to specify the priority of filesystem plugins since 26f211b, so all issues mentioned in containerd/containerd#3731 (comment) have solved.

cc: @jblomer @siscia

@ktock ktock merged commit 47b391b into master Dec 12, 2019
[proxy_plugins]
[proxy_plugins.remote]
type = "snapshot"
address = "/var/lib/rs/rs.sock"
Copy link
Member

Choose a reason for hiding this comment

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

nit: socks are typically located under /run

Copy link
Member Author

Choose a reason for hiding this comment

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

Thank you for your review. I'll fix it on the next commit.

@ktock ktock deleted the proxy branch December 13, 2019 07:15
ktock added a commit that referenced this pull request Jan 7, 2020
Implement remote snapshotter as a proxy plugin
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