Run Genero Application Server in Docker container

These topics provide you with the information needed to perform tasks for building a docker image and running the GAS in a docker container.

The FourjsGenero docker_debian_fgl_gas GitHub repository contains scripts and docker files to help you work with creating the docker image. Clone the GitHub repository to a local directory on your system.
Note:

Docker is supported on Linux® operating system images. This procedure applies to Linux platforms only.

If you are working with Docker, you must have an understanding of Docker container technology. Docker is based on open standards that allow Docker instances running on the same machine to share its operating system kernel but isolate applications from one another and from the underlying infrastructure. For more information see the Docker site.