sapcc/README.md

38 lines
678 B
Markdown
Raw Normal View History

2021-06-16 21:28:16 +00:00
# SAP Cloud Connector Docker Image
2021-06-16 21:35:28 +00:00
2021-08-04 18:16:08 +00:00
Docker file to built a SAP Cloud Connector (SAPCC) Docker image.
2021-08-04 18:04:04 +00:00
## This image is built with
2021-06-16 21:41:43 +00:00
2021-08-04 18:04:04 +00:00
- CentOS
- SAP JVM
- SAP Cloud Connector
## Release notes
2021-09-07 11:49:24 +00:00
- v4
- SAP JVM 8.1.078
2021-08-04 18:04:04 +00:00
- 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
2021-08-04 18:16:08 +00:00
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
2021-08-04 18:04:04 +00:00
```yaml
---
version: "2.1"
services:
sapcc:
image: makoto2600/sapcc:latest
container_name: sapcc
network_mode: host
restart: unless-stopped
```