Versions Compared

Key

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

...

     docker load --input kop_v12_saved_image.tar 

 

Step 4. Executing the Kiuwan Docker container

Info

After executing docker image building build script (./create_and_init_kop.sh ), the follwing script is created to execute two scripts are generated based on settings.custom configuration files

 

    run_kop.sh 

Script to start the Kiuwan docker container and make KOP fully available and accessible to users.

 

     run_init_kop.sh 

Script to initilize the Kiuwan docker container (i.e. resetting completely the KOP installation to factory defaults) without to create a new image. This script will remove any existing data of KOP installation (for example, all the database contents will be deleted).

 

You can stop the Kiuwan container by issuing the following command:

     docker stop <my_container_name>

 

 

...