docker scout stream

内容説明Manage streams (experimental)
利用方法docker scout stream [STREAM] [IMAGE]
警告

This command is deprecated

It may be removed in a future Docker version. For more information, see the Docker roadmap

試験的

このコマンドは試験的なものです。

試験的機能はテスト向けに意図されたものであり、その機能に関してのフィードバックを得る目的があります。 この機能はリリース時に予告なく変更される場合があり、また今後のリリースに向けて削除されることがあります。

内容説明

The docker scout stream command lists the deployment streams and records an image to it.

Once recorded, streams can be referred to by their name, eg. in the docker scout compare command using --to-stream.

オプション

オプションデフォルト内容説明
--orgNamespace of the Docker organization
-o, --outputWrite the report to a file
--platformPlatform of image to record

利用例

List existing streams

$ %[1]s %[2]s
prod-cluster-123
stage-cluster-234

List images of a stream

$ %[1]s %[2]s prod-cluster-123
namespace/repo:tag@sha256:9a4df4fadc9bbd44c345e473e0688c2066a6583d4741679494ba9228cfd93e1b
namespace/other-repo:tag@sha256:0001d6ce124855b0a158569c584162097fe0ca8d72519067c2c8e3ce407c580f

Record an image to a stream, for a specific platform

$ %[1]s %[2]s stage-cluster-234 namespace/repo:stage-latest --platform linux/amd64
✓ Pulled
✓ Successfully recorded namespace/repo:stage-latest in stream stage-cluster-234