Versions Compared

Key

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

...

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

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
...
...


...