You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a project where I use Vagrant to fire up the docker containers, including a samba container created by svendowideit/samba. This used to work without flaw on Ubuntu.
After switching to Arch starting up the container which would create a samba container no longer does so but instead shows this in the log:
/docker: error while loading shared libraries: libdevmapper.so.1.02: cannot open shared object file: No such file or directory
I have a project where I use Vagrant to fire up the docker containers, including a samba container created by
svendowideit/samba
. This used to work without flaw on Ubuntu.After switching to Arch starting up the container which would create a samba container no longer does so but instead shows this in the log:
I have no idea what to do with that.
A
find
for the module comes up withThe parameters running the samba container have not changed. The volume mappings
still point to valid files in the host file system.
Anything else I can do to pinpoint the problem?
Edit: just tried it without Vagrant, same difference.
still results in
Edit 2:
The text was updated successfully, but these errors were encountered: