add first_run

This commit is contained in:
Vassiliy Yegorov
2019-12-26 16:48:21 +07:00
parent c13629162e
commit 6824ae07cb

17
first_run.sh Executable file
View File

@@ -0,0 +1,17 @@
#!/bin/bash
source .env
docker run \
--name freeipa-server-test \
-it \
--rm \
--hostname ${FREEIPA_HOST} \
--volume ${SERVICE_DATA}:/data \
--publish "443:443" \
--publish "389:389" \
--publish "636:636" \
--publish "88:88" \
--publish "88:88/udp" \
--publish "464:464" \
--publish "464:464/udp" \
${DOCKER_IMAGE_FREEIPA}