Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ------------------docker-compose.yml---------------------
- version: '3'
- services:
- ipmi-kvm-docker:
- image: solarkennedy/ipmi-kvm-docker
- container_name: ipmi-kvm-docker
- restart: "no"
- security_opt:
- - no-new-privileges:true
- ports:
- - 1337:8080
- volumes:
- - ./ipmi-kvm-docker:/root/.java/deployment/security
- --------------------------
- Inside of folder `security` (./ipmi-kvm-docker) I have a file named exception.sites that has the ip's of my IPMI interfaces, one per line like so, in my case.:
- http://192.168.1.2
- http://192.168.1.3
- -------------------------
- Inside the container you will need to click lots of boxes accepting the security risks etc and the container should put a few more files in the mapped folder you defined:
- baseline.versions
- blacklict.dynamic
- blacklisted.certs
- securitypack.jar
- update.securitypack.timestamp
- Personally, I haven't had to touch these files. I just leave them the way they are.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement