...
HOWTO: https://gitlab.eufus.psnc.pl/containerization/imas/uda-demo/-/blob/master/README.md
JINTRAC codes inside IMAS based Docker images
We were able to prepare Docker based environment for JINTRAC project. Initially, it was implemented using IMAS AL4, and we have demonstrated that the very same approach can be used to run codes inside IMAS AL5 environment.
Hello world with IMAS based Docker
For one of our tutorials (live-demo) we have prepared extremely simple use case: "Hello world" with IMAS based Docker.
This example illustrates how one can:
- create data using IMAS based Docker container
- modify data using IMAS based Docker container
- read data using IMAS based Docker container
Examples are provided using Python and are really simple. Just a basics.
Source code: https://gitlab.eufus.psnc.pl/g2awisz/testing_repository/-/tree/Docker/multi-container-usage
How can I get some help with making my code containers ready
...