問題タブ [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.

0 投票する
1 に答える
141 参照

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?

0 投票する
1 に答える
43 参照

docker - 実行中のラズベリー pi3 B/B+ および OCI コンテナーでのガベージ出力

UART ターミナル経由でホストに接続されたラズベリー pi3 でdocker-runC ( https://github.com/opencontainers/runtime-spec ) を使用して、単純な docker busybox コンテナー (OCI バンドルに変換) を実行しています。接続は、GPIO のピン 6-8-10 を介して行われ、UART から USB へのコンバーター (C232HD USB から UART) を使用します。端末設定: 115200 bps、8 データ / 1 ストップ ビット、パリティなし、フロー制御。コンテナの内部プロセス (この場合は Bourne シェル プロンプトですが、他のものは同じゴミを出力します) が画面に出力された場合にのみ、ゴミが発生します。imx7s WaRP7 デバイス (同じアーキテクチャ) で同じコンテナーを実行する場合、または HDMI ケーブルを使用して raspberry pi3 を画面に接続する場合、問題は発生しません。

私が見るゴミの印刷画面を添付します。config.json ファイルは変更なしのデフォルト (docker-runc 仕様) です。process/env/TERM=xterm および process/terminal=true で実行しています。ラズベリー pi3 でのみ、UART を使用している間 (他のデバイスではなく、HDMI を使用している場合ではない) にのみこのガベージを取得する理由を知っている人はいますか?