vmware / vic

vSphere Integrated Containers Engine is a container runtime for vSphere.
http://vmware.github.io/vic
Other
640 stars 173 forks source link

docker info does not report secure registries #6256

Open mhagen-vmware opened 7 years ago

mhagen-vmware commented 7 years ago

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
stuclem commented 7 years ago

An attempt at a release note:



@mhagen-vmware is this OK?

mhagen-vmware commented 7 years ago

LGTM

stuclem commented 7 years ago

Thanks @mhagen-vmware