-
Notifications
You must be signed in to change notification settings - Fork 624
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
rootless: support stargz #123
Conversation
cc @ktock |
e48cd59
to
c13ce2e
Compare
@AkihiroSuda Tried this rootless mode on ubuntu 20.10 and it works even with mainline linux 5.11. setup procedure
P.S. Otherwise I got
|
This is a known flakiness, could you retry several times |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.bp.sock: connect: no such file or directory
#126 solves it.
FYI: Released stargz snapshotter v0.5.0 with rootless support: https://github.com/containerd/stargz-snapshotter/releases/tag/v0.5.0 |
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
c13ce2e
to
09b124c
Compare
Updated for v0.5.0. Still LGTY? |
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
See
./docs/rootless.md
for the usage.Stargz Snapshotter <= 0.4.1 only works on Ubuntu and Debian kernel.
Future versions will work on any distro with kernel >= 4.18.