Versions Compared

Key

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

Add_workflow_for_techpubs
REV2
AUTH1UserResourceIdentifier{userKey=8a00a0c85f4199b1015f7edf811e000e, userName='null'}
REV5UserResourceIdentifier{userKey=8a00a0c85b2726c2015b58aa779d00038a00a0c85f4199b1015f7ea6e836000d, userName='null'}
REV6UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cd5909df8a00a0c85f4199b1015f7ea6e836000d, userName='null'}
REV3UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cd8b0a59, userName='null'}REV4UserResourceIdentifier{userKey=8a00a0c866dc3dee0166ea60b86f00148a00a02355cd1c2f0155cd26cc4207c6, userName='null'}
REV1UserResourceIdentifier{userKey=8a00a0c8601a1bc701602339d11900068a00a0c8704bbb6101705c1f0fb70004, userName='null'}UserResourceIdentifier{userKey=8a00a0c8664c0be0016687d83fdb0025, userName='null'}

In 

Spacevars
0product
versions 15.3.0 and higher, the install-ev.sh script supports the automatic installation and upgrade of Docker and Docker Compose. 

Execute the install-ev.sh script to install or upgrade Docker and Docker Compose to  script to the most recent/stable versions that are tested to work with

Spacevars
0product
 (refer to Ribbon Support for the . To install the latest artifact, refer to Install Docker Engine. Also, refer to Ribbon Support for URLs of these artifacts).

Info
titleNote

As of Beginning with Release 16.4.3, the docker-compose command is replaced with the docker compose command (without the hyphen(-)) as EdgeView transitioned to the official native support of "docker compose" in Docker 20.10.13.  All syntax and options for 'docker-compose' remain the same.


Info
titleNote

Beginning with Release 16.4.4, using the install-ev.sh script to install Docker and Docker Compose is not supported. Hence, customers must set up Docker before installing or upgrading the

Spacevars
0product
to Release 16.4.4.

Install Docker for AlmaLinux

Info
titleNote

This procedure only applies to customers using the AlmaLinux operating system (OS).

Before running the

Spacevars
0product
 install-ev.sh script, use the following procedure to install Docker for the AlmaLinux OS. 

  1. Add the Docker repo to the package manager.

    Code Block
    sudo yum config-manager --add-repo 
    https://download.docker.com/linux/centos/docker-ce.repo


  2. Remove conflicting packages.

    Code Block
    sudo yum remove podman buildah


  3. Install Docker and related tools.

    Code Block
    sudo yum install docker-ce docker-ce-cli containerd.io


  4. Start Docker system service.

    Code Block
    sudo systemctl start docker.service


  5. Add Docker system service to start automatically.

    Code Block
    sudo systemctl enable docker.service









Pagebreak