Shishir
Shishir
@jasle @LordMike `https://github.com/nickbreen/docker-lvm-plugin` looks like a fork of `containers/docker-lvm-plugin`, which might have support for docker-lvm-plugin as a container. We don't support that repo. If you need that feature you are...
@michaelerickson Let me check.
@michaelerickson I am trying to reproduce this on my Mac `x86_64`. I am trying to launch a vagrant VM with `Debian 5.10.92-1 arm64` but I am not able to find...
Might be related to [`this`](https://cloud-native.slack.com/archives/C4RJZ9Z6Y/p1613589652060900)
@olljanat This is great! Thanks for opening this PR. I am trying to run the `docker plugin install` command and getting this error: ``` [root@fedora32 docker-lvm-plugin]# docker plugin install --alias...
@olljanat Thanks for the tip! I will check and update soon.
@olljanat @virtualdxs Apologies for the delayed response! We were shut down the last 2 weeks (Christmas and New Year). I will try to review it this week.
@olljanat In the `circleci` logs, I see some errors messages in the `make -f plugin/Makefile create` step ``` docker rm --force --volumes rootfs || true Error: No such container: rootfs...
@olljanat I was able to build the plugin `shm32/docker-lvm-plugin:1.0` and push it to my docker hub. But when I try to `install` the plugin, I am getting the following error....
@olljanat Thank you for those instructions! Those were really helpful. I was able to remove the existing plugin both from my `docker-hub` and from my local root filesystem `docker plugin...