This software blueprint will update and configure the existing Docker engine on a deployed Photon OS VM. It enables the Docker engine to listen on local Unix sockets as well as remotely over TCP 2375 (insecure). To use this blueprint, you must have vRA 7.2, an Enterprise license, and the software bootstrap agent installed. Since some slight modifications have to be made to install the guest agent/software bootstrap agent, follow these instructions below.
Installing the guest/software agent on Photon OS
tdnf distro-sync -y
tdnf install -y unzip gawk wget perl chkconfig dmidecode
mkdir /opt /opt/vmware-jre
reboot
wget --no-check-certificate https://<vraFQDN>/software/download/prepare_vra_template.sh
chmod +x prepare_vra_template.sh