Running Docker Images
With Docker, applications can be provided quickly and independently of the operating system and the environment. For this purpose, the applications are packed into so-called images. These images can be passed on and also copied. In contrast to virtual machines, Docker images are much leaner.
Ready-to-run smartstore images can be accessed via GitHub. However, Docker images can also be created and used directly from the source code.
Â
Â
Â