-
Notifications
You must be signed in to change notification settings - Fork 637
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
[v0.14.0 regression, fixed in v0.14.1] On colima, docker data become invisible (but not removed) ; /var/lib/docker
is unmounted
#1242
Labels
Comments
v0.13.0
$ limactl -v
limactl version 0.13.0
$ colima ssh df
Filesystem 1K-blocks Used Available Use% Mounted on
devtmpfs 10240 0 10240 0% /dev
shm 1016016 0 1016016 0% /dev/shm
/dev/sr0 283648 283648 0 100% /media/sr0
tmpfs 1016016 523444 492572 52% /
tmpfs 406408 408 406000 0% /run
/dev/loop0 14464 14464 0 100% /.modloop
cgroup_root 10240 0 10240 0% /sys/fs/cgroup
/dev/disk/by-label/cidata
7082 7082 0 100% /mnt/lima-cidata
/dev/disk/by-label/data-volume
61610796 152416 58296320 0% /mnt/data
/dev/disk/by-label/data-volume
61610796 152416 58296320 0% /etc
/dev/disk/by-label/data-volume
61610796 152416 58296320 0% /home
/dev/disk/by-label/data-volume
61610796 152416 58296320 0% /root
/dev/disk/by-label/data-volume
61610796 152416 58296320 0% /tmp
/dev/disk/by-label/data-volume
61610796 152416 58296320 0% /usr/local
/dev/disk/by-label/data-volume
61610796 152416 58296320 0% /var/lib
:/Users/suda 3908112996 529014388 3379098608 14% /Users/suda
:/tmp/colima 3908112996 529014388 3379098608 14% /tmp/colima
/dev/disk/by-label/data-volume
61610796 152416 58296320 0% /var/lib/docker v0.14.0
$ limactl -v
limactl version 0.14.0
$ colima ssh df
Filesystem 1K-blocks Used Available Use% Mounted on
devtmpfs 10240 0 10240 0% /dev
shm 1016016 0 1016016 0% /dev/shm
/dev/sr0 283648 283648 0 100% /media/sr0
tmpfs 1016016 530620 485396 52% /
tmpfs 406408 408 406000 0% /run
/dev/loop0 14464 14464 0 100% /.modloop
cgroup_root 10240 0 10240 0% /sys/fs/cgroup
/dev/disk/by-label/cidata
7086 7086 0 100% /mnt/lima-cidata
:/Users/suda 3908112996 529017852 3379095144 14% /Users/suda
:/tmp/colima 3908112996 529017852 3379095144 14% /tmp/colima
tmpfs 1016016 530620 485396 52% /var/lib/docker |
|
/var/lib/docker
is unmounted)/var/lib/docker
is unmounted
This was fixed in Lima v0.14.1. Available in Homebrew |
/var/lib/docker
is unmounted/var/lib/docker
is unmounted
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On colima, docker data such as containers and images in
/var/lib/docker
become invisible after upgrading Lima from v0.13.0 to v0.14.0The data are not removed though, and can be rescued by downgrading Lima to v0.13.0
Apparently the issue seems specific to colima, and not reproducible with the vanilla Lima templates.
Tested the
default
template (nerdctl pull hello-world
) andalpine
template (sudo touch /var/lib/foo
, as the vanillaalpine
template does not contain container runtime).Originally reported in abiosoft/colima#506
Thanks to @rpkoller and @rfay for reporting.
The text was updated successfully, but these errors were encountered: