Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker info does not report secure registries #6256

Open
mhagen-vmware opened this issue Sep 8, 2017 · 3 comments
Open

docker info does not report secure registries #6256

mhagen-vmware opened this issue Sep 8, 2017 · 3 comments
Labels
area/docker Support for the Docker operations priority/p2

Comments

@mhagen-vmware
Copy link
Contributor

I have added both a secure harbor registry (via ca.crt) and white listed registry (docker hub):

./vic-machine-linux create --no-tlsverify --target x.x.x.x --user administrator@vsphere.local --password xxx --name default-vch --public-network /ha-datacenter/network/vm-network --bridge-network /ha-datacenter/network/bridge --compute-resource /ha-datacenter/host/cls/Resources --image-store datastore1 --thumbprint BA:22:27:2E:AC:B1:5A:52:DC:0F:07:DF:37:70:21:69:8F:2D:89:F0 --registry-ca ca.crt --whitelist-registry registry.hub.docker.com

But docker info only report whitelist:

Containers: 0
 Running: 0
 Paused: 0
 Stopped: 0
Images: 0
Server Version: v1.2.0-rc5-13602-5108140
Storage Driver: vSphere Integrated Containers v1.2.0-rc5-13602-5108140 Backend Engine
VolumeStores: 
vSphere Integrated Containers v1.2.0-rc5-13602-5108140 Backend Engine: RUNNING
 VCH CPU limit: 8164 MHz
 VCH memory limit: 13.76 GiB
 VCH CPU usage: 82 MHz
 VCH memory usage: 4.572 GiB
 VMware Product: VMware vCenter Server
 VMware OS: linux-x64
 VMware OS version: 6.0.0
 Registry Whitelist Mode: enabled
 Whitelisted Registries: registry.hub.docker.com
Plugins: 
 Volume: 
 Network: bridge
Swarm: inactive
Operating System: linux-x64
OSType: linux-x64
Architecture: x86_64
CPUs: 8164
Total Memory: 13.76 GiB
ID: vSphere Integrated Containers
Docker Root Dir: 
Debug Mode (client): false
Debug Mode (server): false
Registry: registry.hub.docker.com
Experimental: false
Live Restore Enabled: false
@mhagen-vmware mhagen-vmware added area/docker Support for the Docker operations priority/p2 labels Sep 8, 2017
@mdubya66 mdubya66 added the impact/doc/note Requires creation of or changes to an official release note label Sep 8, 2017
@stuclem
Copy link
Contributor

stuclem commented Sep 12, 2017

An attempt at a release note:


  • docker info does not report secure registries. #6256
    Running docker info on a VCH reports any registries that you have whitelisted, but does not report secure registries that you specified with 'vic-machine create --registry-ca'.

@mhagen-vmware is this OK?

@mhagen-vmware
Copy link
Contributor Author

LGTM

@stuclem
Copy link
Contributor

stuclem commented Sep 12, 2017

Thanks @mhagen-vmware

@stuclem stuclem removed the impact/doc/note Requires creation of or changes to an official release note label Sep 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docker Support for the Docker operations priority/p2
Projects
None yet
Development

No branches or pull requests

3 participants