El 28/08/14 a las #4, David C. Rankin escribió:
On 08/07/2014 08:10 AM, Henne Vogelsang wrote:
What are the performance
comparisons between a docker app and an equivalent C
app? Are we talking
BASH performance, PERL performance, Java performance, C++ performance or
C/asm (unlikely)?
WUT ? a docker app is nothing more than a packaging format for the
container image..it has nothing to do with the language the application
itself is written on..
Container storage size?? I was a bit shocked to see
the tutorial
weighing in at 130+Meg and the push upload (simulation) of my 'ping' app
at 11.5+Meg (compared to 7k for a stripped C executable, 32 bytes for a
comparable BASH script [including #!/bin/bash]). Where is a good place
to get a good idea of these comparisons?
That's pretty small.. The whole point of the exercise is running this
"ping" app in an isolated, predefined, restricted environment.. for that
you need a bare bones OS inside the container.
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org