on 2024 Sep 18 8:53 PM
Hello SAP HANA Express Team,
I'm running the ABAP Developer Trial which comes with a built-in HANA DB on my Ubuntu 22.04.5 LTS without any issues. Today I've tried to run start saplabs/hanaexpress with the following (already adjusted command):
docker run -p 39013:39013 -p 39017:39017 -p 39041-39045:39041-39045 -p 1128-1129:1128-1129 \ -p 59013-59014:59013-59014 \ -v /home/gwolf/projects/hxe:/hana/mounts \ --ulimit nofile=1048576:1048576 \ --sysctl kernel.shmmax=1073741824 \ --sysctl net.ipv4.ip_local_port_range='40000 60999' \ --sysctl kernel.shmall=8388608 \ --name hxe \ saplabs/hanaexpress:latest \ --passwords-url file://hana/mounts/hxe.json \ --agree-to-sap-license
======== Starting HANA container run script ======== Started at: Wed Sep 18 12:11:29 UTC 2024 Script parameters: --passwords-url file://hana/mounts/hxe.json --agree-to-sap-license HANA version: 2.00.076.00.1705400033 WARNING: Unsupported Linux kernel version 5.15. Supported are 3.12 and 4.4+. ERROR: Unknown host '45677630bc78'. The container must be started with one of these host names: ERROR: 2d54a5c2223f
Request clarification before answering.
With the help of @UweFetzer_se38 discovered that adding:
-h b6557dacdfc6
--name hxe
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
75 | |
30 | |
9 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.