-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
README.md updates #11
Comments
The image will be already loaded to Docker for the default $ docker buildx bake --print
{
"target": {
"image-local": {
"context": ".",
"dockerfile": "Dockerfile",
"tags": [
"samba:local"
],
"output": [
"type=docker"
]
}
}
}
Yeah that's just an example, feel free to open a PR with:
Good point, the example should be updated.
Agree we could do that, feel free to open a PR.
More info https://www.samba.org/samba/docs/current/man-html/smb.conf.5.html#VETOFILES
Indeed this is enough. I guess I used that while testing avahi support. Should be fixed. |
Answered: You're right, it builds
Answered: It loads a
Ok, now I understand how it works: A PR can improve remaining issues. |
Behaviour
Thanks for creating this project. I'd like to share user feedback and some proposals for documentation improvement.
Issue 1
The
--load
option inREADME.md
is missing before the created imagesamba:local
can be used withdocker-compose up
. Additionally, the default tag can be overruled as I'd like to push to my local registry:Issue 2
This is confusing, because any directory on the host can be used. Proposal to remove the sentence, or update to copy
examples/compose
to any location on the host.Issue 3
Volumes of the shared directories are missing. It is recommended to save the data on the host and not inside the container. For example, the
path
setting inconfig.yml
is the path inside the container, not the host. (Maybe confusing for beginners)Proposal to update the
README.md
anddocker-compose.yml
to:Issue 4
Missing documentation
password_file: /run/secrets/baz_password
inconfig.yml
.Proposal to add link to the official documentation how to create a secure password file: https://www.samba.org/samba/docs/current/man-html/smbpasswd.8.html
Is it possible to create a secure password with this container? A suggestion to share the password file via the volume
data/
.Issue 5
User
baz
is currently not used indocker-compose.yml
. It would be nice to create an example share with read/write permission for two users, for example inconfig.yml
:Issue 6
Missing explanation
veto
inconfig.yml
. What is the purpose of this setting?Issue 7
The network is exposed to the host in
docker-compose.yml
withnetwork_mode: host
. However, port 445 for SMB3 is sufficient as NetBIOS ports / multicast are no longer used. Proposal to change to:Configuration
docker --version
) : Not relevant.docker-compose --version
) : Not relevant.uname -a
) : Not relevant.docker-compose.yml
,.env
, ...The text was updated successfully, but these errors were encountered: