sapcc/README.md
Francois B. (Makoto) 60fce79164 release note upd
2021-09-07 13:49:24 +02:00

678 B

SAP Cloud Connector Docker Image

Docker file to built a SAP Cloud Connector (SAPCC) Docker image.

This image is built with

  • CentOS
  • SAP JVM
  • SAP Cloud Connector

Release notes

  • v4
    • SAP JVM 8.1.078
  • v3
    • SAP Cloud Connector 2.13.2
  • v2
    • SAP Cloud Connector 2.13.1
    • SAP JVM 8.1.075
    • CentOS 7

Pre-Built Docker Image

You can use a pre-built Docker Image available on Docker Hub with the Docker Compose example below.

Docker Hub : https://hub.docker.com/r/makoto2600/sapcc

---
version: "2.1"
services:
  sapcc:
    image: makoto2600/sapcc:latest
    container_name: sapcc
    network_mode: host
    restart: unless-stopped