Skip to content

shuuji3/dmidecode-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dmidecode-container

Just a container containing dmidecode.

How to use

docker run --rm --privileged shuuji3/dmidecode

--privileged option is needed because dmidecode requires to access /dev/mem.

Development

Build

make build

Publish

make publish

Why did I created?

To use dmidecode command on a Fedora CoreOS machine.