From docker client or VIC Appliance login to local registry by running the following command: docker -H <VCH-DCH_IP>:2376 --tls login <VIC_APPLIANCE_FQDN>
Use [email protected] and password for that account or another account that has rights to log in to the registry:
Create dch-photon container and map port 12375 to 2375. This is for using dch-photon without TLS Authentication: docker -H <VCH-DCH_IP>:2376 --tls create -p 12375:2375 --name dch-photon <VIC_APPLIANCE_FQDN>/default-project/dch-photon:1.13
Create folder structure with Registry CA cert (You can download registry CA from VIC portal "Administration">>"Configuration">>'"Download".) mkdir certs.d/<VIC_APPLIANCE_FQDN>/ca.crt
Copy created folder with registry CA cert to VCH-DCH: docker -H <VCH-DCH_IP>:2376 --tls cp certs.d/ dch-photon:/etc/docker/