mirror of
https://github.com/nextcloud/server.git
synced 2025-02-07 18:09:45 +00:00
6 lines
170 B
Bash
Executable file
6 lines
170 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
DC_IP=$1
|
|
shift
|
|
|
|
docker run --rm --name client -v /tmp/shared:/shared --dns $DC_IP --hostname client.domain.test icewind1991/samba-krb-test-client $@
|