August 2018
Intermediate to advanced
352 pages
12h 30m
English
We will use the CentOS 7 container to run the benchmark inside the container. Ideally, we should have a system with CentOS 7 installed to get benchmark results on bare metal. For the container test, let's build the image from the Git repository that we referred to earlier:
$ git clone https://github.com/redhat-performance/docker-performance.git $ cd docker-performance/Dockerfiles/ $ docker image build -t c7perf --rm . $ docker image ls REPOSITORY TAG IMAGE ID CREATED SIZE c7perf latest 59a10df39a82 1 minute ago 678.3 MB
Read now
Unlock full access