Versions Compared

Key

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

...

You can overwrite these with -e <key>=value

FAQ

Expand
titleI want to use ILM or SAPHTTP?

Both is available on Nexus

Expand
titleWhere do I store the metadata.xml?

In the example repository.cfg the files are stored in /temp/meta. Make sure you map these data in a volume so that multiple started images can access the same data

Expand
titleIs respository.cfg shared?

In the example repository.cfg is shared when mutiple container use the same reposotiry.cfg. Change one and restart container so that new repository.cfg works for both.

Expand
titleWhere is the tomcat?

Tomcat is now embedded and maintained by kgs.

Expand
titleHow do I update a container

Pull the new image sudo docker pull [docker_image]

Find the ID of the running container sudo docker ps

Image Added

Stop Container sudo docker stop [container_id]
Remove Container sudo docker rm [container_id]

Start Container docker run -p 8080:8080 -v data_volume:/temp/ -v <Folder>/repository.cfg:/application/config/repository.cfg -d docker.kgs-software.com/tia/core/cmis:<Version>