SAP Cloud Connector Docker Image
Dockerfile to build a SAP Cloud Connector (SAPCC) Docker image.
The goal of this image is to deploy in seconds a fully working SAP Cloud Connector.
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
---
services:
sapcc:
image: makoto2600/sapcc:latest
container_name: sapcc
volumes:
- sapcc_config:/opt/sap/scc/config
- sapcc_scc_config:/opt/sap/scc/scc_config
network_mode: host
restart: unless-stopped
volumes:
sapcc_config:
sapcc_scc_config: