Skip to content

3mdeb/tpm2-tools-docker

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

tpm2-tools-docker

This project aims to containerize tpm2-tools. Because tpm2-tools are developed quite active there is no way for correct packaging of software into distribution. Some users may also want to utilize recent features what is always hard to get.

We use this container in our validation infrastructure, so if you have any questions please use issues section. Feel free to contribute.

Usage

Container images are available through Docker Hub:

docker pull 3mdeb/tpm2-tools-docker

To use container you need --privileged flag:

docker run --privileged --rm -it 3mdeb/tpm2-tools-docker tpm2_getrandom 4

To build container you can use script:

./build.sh