問題タブ [docker-engine]

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 に答える
385 参照

docker - タスク json によるコンテナのヘルスチェック ステータス

docker remote API を使用してコンテナのステータスを取得しようとしています。v1.26

ノードのタスクのリストを取得するために /tasks API 呼び出しを行っています。/containers/json を作成するときに返される "Health":{"Status":"healthy" にマップされる GET /tasks json からコンテナーのステータスを取得する方法はありますか?

私は基本的に /container が /tasks api で提供するものと同等のヘルスチェックを探しています