...
Tip |
---|
title | Create 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 a Docker image with IMAS inside. Feel free to add anything you like on top of it.
Warning |
---|
|
Please note that accessing gitlab.eufus.psnc.pl registry requires login: Code Block |
---|
docker login gitlab.eufus.psnc.pl:5050 |
You will need EUROfusion Software Stack login (Getting access to JIRA/Confluence/Gitlab/Mattermost). You will also need access token (password replacement). You can learn how to create and use access tokens here: Generating access tokens. |
...