Sign inSign up

1stclass/docker_unixbench_centos

By 1stclass

Updated over 6 years ago

Image
0

897

1stclass/docker_unixbench_centos repository overview

docker-unixbench-centos

Usage

This will create docker image which has necessary files to execute unixbench on CentOS.

docker run -it 1stclass/docker_unixbench_centos /bin/bash;
cd ~/bench/byte-unixbench/UnixBench/;
./Run;

Docker hub repository

https://hub.docker.com/repository/docker/1stclass/docker_unixbench_centos

Github repository

https://github.com/hikarine3/docker-unixbench-centos

How to build image

ImageName=1stclass/docker_unixbench_centos;

docker rmi $ImageName;

docker build . -t $ImageName;

docker images;

docker push $ImageName;

License / ライセンス / 执照

MIT

Author / 作者

Name / 名前 / 全名

Hajime Kurita

Twitter

Weibo

Corporation page / 会社ページ / 公司页面

Blog

Techincoal web services / 提供してる技術関連Webサービス / Techincoal Web服务

VPS & Infra comparison / VPS比較 / VPS比较
Programming Language Comparison / プログラミング言語比較 / 编程语言比较
OSS

Tag summary

Content type

Image

Digest

Size

451.4 MB

Last updated

over 6 years ago

docker pull 1stclass/docker_unixbench_centos