This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ RUNS=100 REQUESTS=10 CLIENTS=10 ruby perf.rb | |
Running ab 100 times for 10 requests and 10 clients | |
.................................................................................................... | |
Average total time: 4.979 | |
Average reqs/s: 2.247 | |
Complete requests: 1000, Failed requests: 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Step 11 : RUN curl -sL https://get.docker.io/ | /bin/sh | |
---> Running in 74b35155ec62 | |
sh: 1: modprobe: not found | |
dpkg-query: no packages found matching linux-image-*-generic | |
Warning: current kernel is not supported by the linux-image-extra-virtual | |
package. We have no AUFS support. Consider installing the packages | |
linux-image-virtual kernel and linux-image-extra-virtual for AUFS support. | |
+ sleep 10 |
OlderNewer