Versions Compared

Key

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

...

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.

Image AddedSource code: https://gitlab.eufus.psnc.pl/g2awisz/testing_repository/-/tree/Docker/multi-container-usage

HOWTO: https://gitlab.eufus.psnc.pl/g2awisz/testing_repository/-/blob/Docker/multi-container-usage/README.md?ref_type=heads

How can I get some help with making my code containers ready

...