Getting started with Docker

There is a public container image available to quickly get started. The only requirement here is a valid license.

A trial license can be obtained by registering over here.

the fast path

Run the docker container image with the following command:

  docker run \
  -p 8080:8080 \
  -e license=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx \
  -e jco__client__ashost=host.example.com \
  -e jco__client__client=000 \
  -e jco__client__user=user1 \
  -e jco__client__passwd=secret1 \
  -e jco__client__sysnr=00 \
  gcr.io/openapi4sap/callable

Afterwards open a browser and go to the location http://localhost:8080.

For more details about the available enironment variables, please check on our Configuration page