Commit 5c4095c7 by Amir Aharon

add sap docker

parent 0848099b
Showing with 44 additions and 0 deletions
version: '3'
services:
##### hana express edition
hananya:
image: store/saplabs/hanaexpress:2.00.022.00.20171211.1
ports:
- "39013:39013"
- "39017:39017"
- "39041-39045"
- "1128-1129:1128-1129"
- "59013-59014:59013-59014"
# privileged: true
#container_name: devenv
# only first time
#command: --passwords-url file:///hana/mounts/defaultpass.json --agree-to-sap-license
volumes:
- "/data/hananya:/hana/mounts"
sysctls:
kernel.shmmax: 1073741824
net.ipv4.ip_local_port_range: '40000 60999'
kernel.shmmni: 524288
kernel.shmall: 8388608
ulimits:
nofile:
soft: 1048576
hard: 1048576
# command: bash
# networks:
# - devnet
# networks:
# devnet:
# driver: bridge
# sudo docker run -p 39013:39013 -p 39017:39017 -p 39041-39045:39041-39045 -p 1128-1129:1128-1129 -p 59013-59014:59013-59014 -v /data/<directory_name>:/hana/mounts \
# --ulimit nofile=1048576:1048576 \
# --sysctl kernel.shmmax=1073741824 \
# --sysctl net.ipv4.ip_local_port_range='40000 60999' \
# --sysctl kernel.shmmni=524288 \
# --sysctl kernel.shmall=8388608 \
# --name <container_name> \
# store/saplabs/hanaexpress:2.00.022.00.20171211.1 \
# --passwords-url <file://<path_to_json_file> OR http/https://<url_to_json_file>> \
# --agree-to-sap-license
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment