getumbrel / dosh

MIT License
4 stars 0 forks source link

Add --airgap flag #3

Open lukechilds opened 3 years ago

lukechilds commented 3 years ago

This should disable networking on the container as a pseudo airgap.

Could be useful if you want to run an untrusted binary that needs access to something sensitive like PGP keys.

lukechilds commented 3 years ago

In fact this already works with dosh --network none, no need to complicate it with extra args, we should document this.