Forked from MincingWords/gist:c4fcfba34e22ec6fa01ba5ea725a7c97
Last active
May 3, 2019 01:21
-
-
Save adamancini/84ef2867fa6603c7ccdca90b2d72a7b3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -p 39013:39013 \ | |
-p 39017:39017 \ | |
-p 39041-39045:39041-39045 \ | |
-p 1128-1129:1128-1129 \ | |
-p 59013-59014:59013-59014 \ | |
-v /hana/:/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 \ | |
store/saplabs/hanaexpress:2.00.036.00.20190223.1 \ | |
--passwords-url OR http/https://> --agree-to-sap-license |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.