Deployment using Container (tC)
Preparing container runtime
Deploying software as containers requires a container runtime. This documentation provides the required information. It also provides examples for docker container runtime.
Installation of docker or another container runtime following Open Container Initiative (OCI) standard is prerequisite for deploying tia Core as container.
Images for deployment of tia Core are stored at https://images.docker.kgs-cloud.de .
An account is required. It is provided for licensed installations via kgs Customer Support.
Images that are no longer supported will be removed without further notice.
Example preparation with docker container runtime:
docker login https://images.docker.kgs-cloud.de
Docker will prompt for user and password.
Deploying tia Core
Deploying tia Core requires the following:
A license file. This file is provided by kgs Customer Support.
repository.cfg
file. A defaultrepository.cfg
file is attached below, which is suitable for test systems only. For repository configuration settings refer to Repository-wide settings.
In addition, decide about and prepare these settings depending on your requirements in order to run the container.
| Placeholder name to be replaced | Mapping to container-configuration | Explanation |
---|---|---|---|
| <Name> |
| Give the tia Core container a custom name. This name is also the application context name. Hint: You can start multiple instances of the same containers with different ports and different names. |
| <Hostport> |
| <Hostport>: Listener port on host that forwards to the listener port in the container, which is configured by |
| <Config Folder> |
| The folder location on host system where the |
| <License Folder> |
| The location on host system where the license file resides. For more information refer to Location of the license file . |
| <Temp Folder> |
| Optional: Mapping container’s |
| <Loglevel> |
| The log level sets the verboseness of the log writing. Valid are: |
| <BcryptHash> |
| To login to the tia Status UI, a password is required that when being hashed must match this value. For more information refer to tia® Status UI Authentication . |
|
|
| Run as daemon in background |
| <Image> |
| Referencing the image as last parameter in the The image is referenced like this:
with <Product>: The tia Core product to be deployed: <Version>: The version of tia Core to be deployed. kgs recommends to use the latest available version. For this use |
For information about the container environmental variables, refer to Reference of application-wide parameters
For example deployments see: