Versions Compared

Key

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

...

  • Docker Engine is installed

    Code Block
    $ docker --version
    Docker version 23.0.1, build cb74dfc

    If it is not installed, please install Docker Engine.

  • The Docker daemon is running.
    [If you are using systemd]

    Code Block
    $ systemctl status docker
    ● docker.service - Docker Application Container Engine
         Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
         Active: active (running) since Wed 2023-06-28 08:41:48 JST; 5h 6min ago
    TriggeredBy: ● docker.socket
           Docs: https://docs.docker.com
       Main PID: 1051 (dockerd)
          Tasks: 24
         Memory: 199.9M
            CPU: 5.471s
         CGroup: /system.slice/docker.service
                 └─1051 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
    
         (以下略)

    If Active is inactive (dead), start the service with the systemctl start docker command.

  • Docker buildx installed

    Code Block
    $ docker --help | grep buildx
      buildx*     Docker Buildx (Docker Inc., v0.10.5)

    If none are listed, follow Docker Buildx to install them separately.

  • qemu is installed and Arm64-bit apps can be cross-built. Make sure linux/arm64 is in the list below.

    Code Block
    $ docker buildx ls
    default * docker
      default default         running v0.11.7-0.20230525183624-798ad6b0ce9f linux/amd64, linux/amd64/v2, linux/amd64/v3, linux/amd64/v4, linux/arm64, linux/riscv64, linux/ppc64, linux/ppc64le, linux/s390x, linux/386, linux/mips64le, linux/mips64, linux/arm/v7, linux/arm/v6

    If you don't have linux/arm64, install qemu.

Installing the Docker extension

...

module

To use docker capability, it is necessary to install “Docker extension module” into camera in advance.

Please request Docker extension module from the link below. If an old Docker extension module that only supports Container AdamApp for Azure IoT Edge is installed, it will be updated.

Inquiry / SDK Download - Development Partner Portal (En) (i-pro.com)

...

Info

The version will change depending on the release date.

If you have cloud support turned on for the old Docker extension module that only supports Container AdamApp for Azure IoT Edge, you must turn it off.

Access the camera (if the IP address is 192.168.0.10) with the following URL.

Code Block
http://192.168.0.10/admin/setup_ca_software.html

If Cloud Support is set to "On", change it to "Off" and press "Settings".

...