Question
· Sep 18, 2019

Error to load IAM image

Hi folks,

I started to play with docker and InterSystems products, it's amazing, but I got the error when try to load the IAM-0.34-1-1.tar.gz image to docker:


[root@CONF-RHEL-DOCKER-IRIS-API admconf]# docker load -i IAM-0.34-1-1.tar.gz
open /var/lib/docker/tmp/docker-import-547148651/IAM/json: no such file or directory

Bellow docker and docker-compose version:

[root@CONF-RHEL-DOCKER-IRIS-API admconf]# docker --version
Docker version 19.03.2, build 6a30dfc

[root@CONF-RHEL-DOCKER-IRIS-API admconf]# docker-compose --version
docker-compose version 1.18.0, build 8dd22a9

OS version (Azure VM)

[root@CONF-RHEL-DOCKER-IRIS-API admconf]# hostnamectl
   Static hostname: CONF-RHEL-DOCKER-IRIS-API
         Icon name: computer-vm
           Chassis: vm
        Machine ID: 320fc5cd279b42febd7a45857a46a325
           Boot ID: 11e22f932fe140bea03cf43a46e7d1c0
    Virtualization: microsoft
  Operating System: Red Hat Enterprise Linux Server 7.6 (Maipo)
       CPE OS Name: cpe:/o:redhat:enterprise_linux:7.6:GA:server
            Kernel: Linux 3.10.0-957.27.4.el7.x86_64
      Architecture: x86-64

Someone experimented these issue?

Regards.

Discussion (4)0
Log in or sign up to continue

Alexander has provided the correct answer, you have to unpack the archive first. The reason is that the IAM distribution includes more than just a docker image, but also a readme file and various scripts to make your life easier. That's the reason why the WRC Distribution page lists IAM in the components section and not together with the other containers (like ICM).