top | item 46694222

(no title)

fwystup | 1 month ago

Posted almost at the same time about Kata. I'm trying to use Kata as replacement for the standard docker runtime (since I already have a tool based on docker).

The idea is to simply use the runtime flag (after kata install):

docker run -d --runtime=kata -p 8080:8080 codercom/code-server:latest

Hope this works, with this I could keep my existing docker setup.

discuss

order

FourSigma|1 month ago

That is a great idea. Have you looked into Docker's Sandbox feature?