File README.md of Package samba-client-image
# Samba Client Container Image
[-Build_L3-Green)](https://documentation.suse.com/sbp/server-linux/html/SBP-SLSA4/)
[](https://documentation.suse.com/container/all/html/Container-guide/index.html#container-verify)
## Description
Samba is a feature-rich Open Source implementation of the SMB and Active Directory protocols for Linux and UNIX-like systems.
This image contains the Samba client.
## Usage
To connect to a SMB file server, run the following command:
```ShellSession
$ podman run -it --rm registry.suse.com/suse/samba-client:4.21 smbclient //SERVER/SHARE -U "DOMAIN\\username"
```
## Licensing
`SPDX-License-Identifier: GPL-3.0-or-later`
This documentation and the build recipe are licensed as GPL-3.0-or-later.
The container itself contains various software components under various open source licenses listed in the associated
Software Bill of Materials (SBOM).
This image is a tech preview. Do not use it for production.
Your feedback is welcome.
Please report any issues to the [SUSE Bugzilla](https://bugzilla.suse.com/enter_bug.cgi?product=PUBLIC%20SUSE%20Linux%20Enterprise%20Base%20Container%20Images).