Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We have successfully used this approach across various projects and were able to deliver solutions from embedding single physical code to complex, micro-services based, server solutions. We were able to provide UDA server and UDA client based on IMAS inside Docker, we have released SimDB installations based on IMAS inside Docker, finally, we provide CI/CD based tests at https://gitlab.eufus.psnc.pl that are based on IMAS inside Docker. And all of that thanks to Docker images with IMAS inside.

You can also benefit from it this solution, and it 's is extremely simple. All you have to do is to create your Dockerfile such way it is based on our solutionours

Tip
titleCreate your own Docker image based on IMAS
Code Block
> cat ~/mycontainer/Dockerfile

FROM gitlab.eufus.psnc.pl:5050/containerization/imas/imas-installer/al-iwrap:DD-4.0.0_AL-5.4.1_IWRAP-0.10.0-UDA-2.8.1-UDA-PLUGIN-1.5.0
...
...


That's it. You have now Docker image with IMAS inside. Feel free to add anything you like on top of it.