We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 733634b + d60ddd3 commit ada407fCopy full SHA for ada407f
test/integration/run-test.sh
@@ -24,7 +24,7 @@ readonly dirname="/tmp/$(date +%s)"
24
25
mkdir "$dirname"
26
export PERMISSIONS=0777
27
-docker run -it --name samba -p 445:445 -v "$dirname":/mount -d dperson/samba -u "username;test" -s "share;/mount/;yes;no;yes;all;none" -p
+docker run -it --name samba -p 445:445 -v "$dirname":/mount -e ACCOUNT_USERNAME='test' -e SAMBA_VOLUME_CONFIG_username='[share]; path=/mount/; guest ok = yes; read only = no; browseable = yes' -d servercontainers/samba
28
function cleanup {
29
echo 'stop and delete samba container'
30
docker stop samba
0 commit comments