Docker trust command not found

Can you please help me out here . i am not able to find docker trust cli.

[root@infy-cer-2 ~]# docker version
Client:
Version: 1.13.1
API version: 1.26
Package version: docker-1.13.1-162.git64e9980.el7.centos.x86_64
Go version: go1.10.3
Git commit: 64e9980/1.13.1
Built: Wed Jul 1 14:56:42 2020
OS/Arch: linux/amd64

Server:
Version: 1.13.1
API version: 1.26 (minimum version 1.12)
Package version: docker-1.13.1-162.git64e9980.el7.centos.x86_64
Go version: go1.10.3
Git commit: 64e9980/1.13.1
Built: Wed Jul 1 14:56:42 2020
OS/Arch: linux/amd64
Experimental: false

Thanks ,
Madhan

The package version indicates:
– the package you installed commes straight from the CentOS repos and is therefore maintained and supported by CentOS (or its community). Side note: this docker redistribution may or may not be modified by CentOS.

– the version is based on pre docker-ce code from roughly 3 years ago (where DCT was not backed into the engine)

I highly suggest to install docker-ce from Docker’s centos repo:

thanks it helped me out :slight_smile: