mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
7 lines
170 B
Bash
Executable File
7 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 $@
|