SAP Cloud Connector Docker Image https://makotonoblog.be
Find a file
Francois B. (Makoto) e63b043262 Doc updated
2021-08-04 20:16:08 +02:00
Dockerfile Update SAPCC 2.13.2 2021-08-04 20:04:04 +02:00
LICENSE comments + licence 2021-06-18 10:18:49 +02:00
README.md Doc updated 2021-08-04 20:16:08 +02:00

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

  • 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