https://github.com/zstyblik/docker-ipmitool-builder
https://github.com/zstyblik/docker-ipmitool-builder
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zstyblik/docker-ipmitool-builder
- Owner: zstyblik
- Created: 2016-06-02T14:21:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-31T05:36:42.000Z (almost 10 years ago)
- Last Synced: 2025-10-13T05:33:18.053Z (8 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker IPMI tool build
Docker Image with pre-set environment for building IPMI tool.
## Environment variables
* `GIT_CHECKOUT` - checkout IPMI tool from sf.net git. Any value means `true`.
## Usage
Run `% make;` to build Docker Image.
Run `% make run;` to run Docker Container.
## Volumes
* `/build` - is where build can be grabbed
* `/ipmitool-source` - where you can mount checked out IPMI tool source
* `/patches` - is meant for exchanging files with the Host