Skip to content

muzili/docker-freeipa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 

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>
```

About

FreeIPA server and client in Docker containers; see hub.docker.com for the images:

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%