|
|
|
|
|
by simonw
264 days ago
|
|
Aside from my worries about container escape, my main problem with Docker is the overhead of setting it up. I want to build software that regular users can install on their own machines. Telling them they have to install Docker first is a huge piece of friction that I would rather avoid! The lack of network support for WASM fits my needs very well. I don't want users running untrusted code which participates in DDoS attacks, for example. |
|