-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hey @anonymouse64 ! Its a really helpful example you have here, really appreciated :D
I have followed your instructions on both Ubuntu 20.04 LTS and 22.04 LTS and I seem to be getting this error when i run the hello-world command:
snap/docker-snap-usage-example/x2/docker-snap/bin/docker: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /snap/docker-snap-usage-example/x2/docker-snap/bin/docker)
/snap/docker-snap-usage-example/x2/docker-snap/bin/docker: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /snap/docker-snap-usage-example/x2/docker-snap/bin/docker)
What version of Ubuntu are you building this on? And I am not sure if I am missing something but why does running the command
sudo docker run hello-world
work through the terminal directly and not through your snap script?
ADDITIONAL INFO:
I have actually used snapcraft --destructive-mode to create the snap, since I am creating it from a VirtualBox VM. Can that also be the issue?