Last modified by Erik Bakker on 2024/02/20 08:31

From version 21.1
edited by Erik Bakker
on 2023/01/10 10:28
Change comment: There is no comment for this version
To version 22.1
edited by Erik Bakker
on 2023/05/02 10:26
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -27,12 +27,14 @@
27 27  
28 28  A more modern technology compared to traditional servers is to use Docker containers. Docker provides containers that mimic servers in a specific way. A container is a standard unit of software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another. A Docker container image is a lightweight, standalone, executable package of software that includes everything needed to run an application: code, runtime, system tools, system libraries and settings.
29 29  
30 -Container images become containers at runtime and in the case of Docker containers * images become containers when they run on Docker Engine. Available for both Linux and Windows-based applications, containerized software will always run the same, regardless of the infrastructure. Containers isolate software from its environment and ensure that it works uniformly despite differences for instance between development and staging.
30 +Container images become containers at runtime and in the case of Docker containers images become containers when they run on Docker Engine. From eMagiz we provide Linux based images that represent the code that processes your messages. As Docker is agnostic in terms of OS the solution can run in our cloud and on-premise on both Linux and Windows-based servers. Containers isolate software from its environment and ensure that it works uniformly despite differences for instance between development and staging.
31 31  
32 32  The runtime of eMagiz can run inside a Docker, and the runtime is made part of the docker image. In the docker image you will find other required pieces such as OS, Java, monitoring services, etc.
33 33  
34 34  [[image:Main.Images.Fundamental.WebHome@fundamental-runtime-generation3-2.png]]
35 35  
36 +{{info}}More information on the install process of on-premise Docker can be found [[here>>doc:Main.eMagiz Academy.Microlearnings.Expert Level.Solution Architecture.expert-solution-architecture-onpremises-server-installguide||target="blank"]]{{/info}}
37 +
36 36  === 3.4 Impact on Way of Working Gen2 vs. Gen3 ===
37 37  
38 38  {{info}}See the additional readings for more detailed information on these changes and how you can migrate from the current situation to the new situation.{{/info}}