add opts to first_init

This commit is contained in:
Vassiliy Yegorov
2019-12-26 20:20:15 +07:00
parent 6824ae07cb
commit e5536b9c73

View File

@@ -6,7 +6,10 @@ docker run \
-it \ -it \
--rm \ --rm \
--hostname ${FREEIPA_HOST} \ --hostname ${FREEIPA_HOST} \
--volume ${SERVICE_DATA}:/data \ --volume ${SERVICE_DATA}:/data:Z \
--volume /sys/fs/cgroup:/sys/fs/cgroup:ro \
--privileged \
--security-opt seccomp:unconfined \
--publish "443:443" \ --publish "443:443" \
--publish "389:389" \ --publish "389:389" \
--publish "636:636" \ --publish "636:636" \