leo
leo
same issue on s3fs 1.86 and libcurl4 7.68.0-1ubuntu2.7 EDIT: i realized that if i omit `-o dbglevel=info -f -o curldbg`, the mount will succeed. So the debug options are the...
> I was able to get write access by resetting the forced user and group using > > ``` > -g "force user =" -g "force group =" > ```...
> Set-SmbServerConfiguration –EnableSMB2Protocol $false this is not the answer, becuase this controls the Windows 10 SMB server. This issue is about a Windows 10 SMB client accessing a share.
i got it working: try this: ``` version: '2.2' services: samba: image: dperson/samba ports: - 139:139/tcp - 445:445/tcp environment: - USER1=foo;foo;1000;foo;1000 - SHARE1=share;/share;yes;no;no;foo;none;;comment1 volumes: - ./:/share restart: unless-stopped command: #...
i agree with @ctalledo. Even if symlink of `/var/lib/sysbox` was supported, it is best practice to explicitly specify the data-dir as with docker `daemon.json`. ```json { "graph": "/mnt/docker" } ```...
this project should really add docker images for other archs.
i am revisiting this issue because adding docker image builds with `docker buildx` is relatively simple using github workflows. Users in general want to rely on a reliable brand when...
Do i have to signoff all commits? Or just in the PR body?
> All commits :-). > But we should squash this down to one or two commits before merging. will squash it down and sign once the PR is done :)
oh yes, I was wondering about how to tie the release CI process with this docker image's binaries, so there is one source of binaries as discussed in https://github.com/containernetworking/plugins/pull/245#issuecomment-448717245. Can't...