Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery
/
devops
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5c4095c7
authored
Mar 20, 2018
by
Amir Aharon
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add sap docker
parent
0848099b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
0 deletions
docker/composers/sap-hana.yml
docker/composers/sap-hana.yml
0 → 100644
View file @
5c4095c7
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment