Importing the Siebel Containers into the Docker Engine

This topic is part of Setting Up the Siebel Containers in Docker.

In this task, you import the Siebel containers into the Docker Engine.

  1. Run the following commands to import the Siebel container images after you download them from ARU. For Siebel CRM 22.6, for example, load the following files:

    docker load < siebel-22.6.tar.gz
    docker load < deploy-db-19c-22.6.tar.gz

    These commands unpack the files downloaded from ARU and create containers in Docker that you can use to create the Siebel Enterprise. After you have done this, the following containers are now available:

    • Siebel Engine Container. This container is created from the file that starts with siebel. This file represents the Siebel Enterprise Components. This container can be started in one of three modes: CGW (for Siebel Gateway), SES (for Siebel Server), or SAI (for Siebel Application Interface).

    • Siebel Sample Database. This container is created from the file that starts with deploy-db. This file represents a pluggable database for Oracle Database 19c.

  2. To validate the result of this step, run the following command:

    docker images

    Sample output from this command might resemble the following:

    REPOSITORY                                TAG   IMAGE ID      CREATED      SIZE
    store/oracle/siebel                       22.6  4cf7d46dbc00  2 weeks ago  3.4GB
    store/oracle/siebel/deploy-db/19c/sample  22.6  4b60f409a7e8  2 weeks ago  2.15GB
  3. (Optional) Take a snapshot: Containers Imported into Docker.