Skip to content

Commit ada407f

Browse files
authored
Merge pull request #62 from animeshk08/samba-image
test: Update samba docker image
2 parents 733634b + d60ddd3 commit ada407f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/run-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ readonly dirname="/tmp/$(date +%s)"
2424

2525
mkdir "$dirname"
2626
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
27+
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
2828
function cleanup {
2929
echo 'stop and delete samba container'
3030
docker stop samba

0 commit comments

Comments
 (0)