Along with the trust command (as of Docker 17.10.x), there should be full fledged support for general handling of trusted images using Notary. We'll probably need a Java client for TUF (https://theupdateframework.github.io/)? 🤔 For inspirations see - [docker/cli/e2e/compose-env.yaml](https://github.com/docker/cli/blob/1401d5daf2f49a97791487dd5c5a8598907f0bf1/e2e/compose-env.yaml) - [docker/cli/trust](https://github.com/docker/cli/tree/1401d5daf2f49a97791487dd5c5a8598907f0bf1/cli/trust) - [docker/cli/command/image/trust.go](https://github.com/docker/cli/blob/1401d5daf2f49a97791487dd5c5a8598907f0bf1/cli/command/image/trust.go) - [docker/cli/command/image/pull.go](https://github.com/docker/cli/blob/1401d5daf2f49a97791487dd5c5a8598907f0bf1/cli/command/image/pull.go)
Along with the trust command (as of Docker 17.10.x), there should be full fledged support for general handling of trusted images using Notary.
We'll probably need a Java client for TUF (https://theupdateframework.github.io/)? 🤔
For inspirations see