問題タブ [garden-runc]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
docker - CF Garden-runC as a container orchestration engine?
I have been looking at Garden-runC / Guardian and am wondering if it can be used outside of CloudFoundry as a container orchestration engine.
From what I have been able to understand so far:
A garden client can use the Garden API to talk to a backend implementation (in this case Gaurdian), which would be able to deploy a container using its runtime (runC).
It would also perhaps require a wshd process to be packaged as part of the container, as that is what garden seems to use to control execution of processes inside the container.
While I realise that it's a lot more complex than that, and I am not sure how the backend would get the image it needs, etc., would it at least in theory be possible to use Garden / Guardian as a container orchestration engine?
ubuntu-16.04 - ubuntu xenial で実行されているガーデン コンテナーの cgroup cpu クォータを構成する方法
以下のように、Ubuntu Xenial で実行されているガーデン コンテナーの CPU クォータを構成しようとしています。
以前に Ubuntu Trusty を使用していたときに、以下のファイルを編集してガーデン コンテナーの CPU クォータを構成できました。
Ubuntu Xenial OS でガーデン コンテナーの CPU クォータを構成するのを手伝ってくれませんか。