sapcc/README.md

32 lines
484 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: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
- 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
Docker Hib : https://hub.docker.com/r/makoto2600/sapcc
```yaml
---
version: "2.1"
services:
sapcc:
image: makoto2600/sapcc:latest
container_name: sapcc
network_mode: host
restart: unless-stopped
```