Some person has install docker in my Redhat system . I want to know whether it is community edition or enterprise edition . How can i do so?
I know community edition is not for Redhat .
May be some person would have created centos.repo in Redhat and installed docker ce .
This is what
docker version
gives
When i do
"rpm -qif /usr/bin/docker"
With docker version
command
CE : Comunity edition
EE : Entreprise edition
So 17.06.0-ce
correspond to community edition
Client:
Version: 17.06.0-ce
API version: 1.30
Go version: go1.8.3
Git commit: 02c1d87
Built: Fri Jun 23 21:18:10 2017
OS/Arch: linux/amd64
Server:
Version: 17.06.0-ce
API version: 1.30 (minimum version 1.12)
Go version: go1.8.3
Git commit: 02c1d87
Built: Fri Jun 23 21:17:03 2017
OS/Arch: linux/amd64
Experimental: false
If you haven't ce or ee, it's because you have installed docker.io
package, which is maintened by Ubuntu.
Version: 1.12.3
On Windows, you can also look about docker
here :
EDIT
Docker Community Edition (Docker CE) is not supported on RHEL. So, you have Docker entreprise edition.
See Docker documentation
Anyway, there are some ways to install docker-ce, but you will see docker community edition with docker version.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With