muzili/docker-freeipa
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# 1st configuration(Build by your own) ``` fig up docker exec -it <your container id> /scripts/start.sh ``` # 1st configration(Use the image) ``` docker run -d -h ipa.example.com -e PASSWORD=lrbcnUAcerzEo -e VIRTUAL_HOST=ipa.example.com --privileged=true -v /sys/fs/cgroup:/sys/fs/cgroup:ro muzili/freeipa docker exec -it <your container id> /scripts/start.sh ``` # 2nd ``` docker stop <your container id> docker start <your container id> ```