Versions Compared

Key

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

...

The main Containerization technology used now is Docker. It consists of image file format description, the Container Engine and other components. It is available for Linux, macOS and Windows.

For more information, check Get Started

Goal

The goal of IMAS Docker creation is to prepare a Docker image containing full IMAS environment with additional tools such as Kepler and FC2K.

...

  • IMAS version: 3.20.0
  • UAL version: 3.8.3
  • Kepler present
  • FC2K not present yet
  • Available on the Gateway: ~g2tomz/public/imas-installer-20180921112143.tar.xz

Loading Docker image

  • To load pre-built Docker image:

    Code Block
    languagebash
    xzcat ~g2tomz/public/imas-installer-20180921112143.tar.xz | docker load

...