Skip to content

FitLayout/docker-images

Repository files navigation

FitLayout/2 - Docker Images

(c) 2015-2024 Radek Burget (burgetr@fit.vutbr.cz)

This repository contains docker files for the individual FitLayout components. The following docker images are provided:

  • fitlayout-core configured core framework and the rendering backends used by the remaining images.
  • fitlayout-cli the Command-line interface for invoking FitLayout.
  • fitlayout-server the FitLayout server application with a REST API.
  • fitlayout-frontend a JavaScript frontend providing a graphical user interface (PageView) to FitLayout in a web browser.
  • fitlayout-local the FitLayout Server backend together with the PageView frontend running in a signle container. It can be used for browsing local artifact repositories.

The lastest versions of the docker images are also available on docker hub.

A complete demo application that includes the configured server and client components can be set up using the ready-to-use docker-compose infrastructure.