[READ-ONLY] Mirror of https://github.com/shuuji3/dmidecode-container. 🐳 dmidecode hub.docker.com/r/shuuji3/dmidecode
dmidecode docker
0

Configure Feed

Select the types of activity you want to include in your feed.

Dockerfile 51.7%
Makefile 48.3%
2 1 1

Clone this repository

https://git.vm.fail/shuuji3.xyz/dmidecode-container https://git.vm.fail/did:plc:ukhyswjxl2nvra6gjeiniait
ssh://git@knot1.tangled.sh:2222/shuuji3.xyz/dmidecode-container ssh://git@knot1.tangled.sh:2222/did:plc:ukhyswjxl2nvra6gjeiniait

For self-hosted knots, clone URLs may differ based on your setup.


README.md

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.