-
-
Save MincingWords/8c8c58e4f546b1dcb8ca611c8eb95361 to your computer and use it in GitHub Desktop.
This file contains 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
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.036.00.20190223.1 \ | |
--passwords-url <file://<path_to_json_file> OR http/https://<url_to_json_file>> \ | |
--agree-to-sap-license |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment