Creates an Aras Innovator Release 2023 Docker image ready to use for testing and development purposes.
Before building the image make sure you add a valid license to be able to actually use the Aras Innovator installation by following these steps:
- Open the docker-compose.yml and replace the dummy mac_address with the one that matches your Aras license key
- Open the InnovatorServerConfig.xml file in the Server/Setup folder and replace the dummy License tag with your License you received from Aras
After that execute the following command to build and start your Aras Innovator Docker environment:
docker-compose up -d
You can login to the Innovator instance using the default users "admin" or "root" with the password "innovator".
The Aras Innovator instance is available under the following link: http://localhost/innovator
You can find more information on how to run Aras Innovator in Docker on my blog: sebastianbeilmann.com/blog/aras-innovator-in-docker