Installing Aspire with this approach is NOT production recommended, though it can be used as an accelerator for production deployments
Open a command line terminal and Login to artifactory docker registry:
$ docker login docker.repository.sca.accenture.com
You will be prompted for your credentials (registered email and password)
If you can't remember the credentials, write to [email protected], these would be shared with you when you request the Account and License. This step is required, so Docker can download the official images of Aspire.It may take several minutes for Aspire to download all the required components and start.
Now you should be able to access aspire at: https://localhost:50443/
Login with admin1 / 123456abC
Happy crawling with Aspire5!
The current quick-start guide installs the following containers:
The current quick-start scripts execute the following steps in order:
All docker containers share the same environment variables in the .env file, this is not recommended for production deployments, but simplifies the management of variables for the quick-start scripts.