https://github.com/3mdeb/tpm2-tools-docker
Dockerized tpm2-tools
https://github.com/3mdeb/tpm2-tools-docker
Last synced: 5 months ago
JSON representation
Dockerized tpm2-tools
- Host: GitHub
- URL: https://github.com/3mdeb/tpm2-tools-docker
- Owner: 3mdeb
- Created: 2018-09-27T22:08:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-06T10:08:13.000Z (over 5 years ago)
- Last Synced: 2023-09-21T15:12:15.430Z (over 2 years ago)
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 2
- Watchers: 8
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tpm2-tools-docker
=================
This project aims to containerize [tpm2-tools](https://github.com/tpm2-software/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
```