CA Application TestCA Continuous Application Insight (PathFinder)
Issue/Introduction
You receive a "docker: invalid reference format" error when starting the Registry, Coordinator, Simulator or VSE Containers.
Cause
There are a couple of errors in the DevTest's dockers documentation.
Environment
All supported DevTest versions.
Resolution
Double Quotes: Section: Starting Registry Container Incorrect style: ” Replace with: " Number of instances in command: two
Dashes: Sections: Starting Registry Container, Starting Coordinator Container, Starting Simulator Container and Starting VSE Container Incorrect style: – Replace with: - Number of instances in command: one in each section. Example: –-name registry should be: --name registry Note: the first dash is different than the second one.
Additional Information
We are in the process of correcting these errors in the documentation.