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 script (./create_and_init_kop.sh ), a the follwing script is created to execute the Kiuwan docker container.

 

The name on the script is based on the image name and tag you provided in settings.custom configuration file:

 

     run_$(KIUWAN_DOCKER_IMAGE)_$(KIUWAN_TAG_DOCKER_IMAGE)kop.sh 

 

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

     docker stop <my_container_name>

 

 

...

Info

Once Kiuwan On Premise container is running, you can access it from a browser in the following URL:

http://<$KIUWAN_HOST>:<$KIUWAN_PORT>/saas

where KIUWAN_HOST and KIUWAN_PORT match the values of those properties as configured in Dockerfile 

First time you run KOP, there will be two defaults users.

Please visit WIP

 

 

Advanced Configuration


As above specified, settings.custom file allows you to specify most (but not all) configuration parameters.

...