logoalt Hacker News

MyOutfitIsVaguelast Tuesday at 4:40 PM1 replyview on HN

A "whole Docker container" is not very heavyweight. Other than having their own filesystem view and separate shared libraries, container processes are nearly as light as non-container processes. It's not like running a VM.


Replies

jcelerierlast Tuesday at 4:58 PM

> Other than having their own filesystem view and separate shared libraries, container processes are nearly as light as non-container processes. It's not like running a VM.

why does the smallest script take seconds to even start then?

show 2 replies