I tried to install API portal docker container as guided at Docker.
But I failed and got the following error message when I run ‘./deploy.sh API’ command with docker store login status.
Is there a problem with ARIS docker repository?
…
Installing product API Portal
Standard database system (Postgres) will be installed
All docker volume will remain with existing data.
++++ start: docker-compose -p API up ++++
Creating network “api_arisnet” with the default driver
Pulling accserver (softwareag/ARIS-accserver:10.0.4.1)…
The image for the service you’re trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.
Continue with the new image? [yN]y
Pulling accserver (softwareag/ARIS-accserver:10.0.4.1)…
pull access denied for softwareag/ARIS-accserver, repository does not exist or may require ‘docker login’
++++ end: docker-compose up
+++++ End ARIS docker refresh +++++