on 2024 Dec 06 12:14 PM
I'm trying to start the saplabs/hanaexpress:latest container on macOS(M3 processor and Sequoia 15.1.1). The container is stuck at the message: Waiting for HANA to finish start up ... .
I have read the description of the image https://hub.docker.com/r/saplabs/hanaexpress but two things to mention.
Firstly the provided description is for linux OS and secondly there are configs like step: Edit the host sysctl.conf file where such directory does not exist on mac. DBeaver can connect to it but is this message okey or how can i do it to work properly. Because the next step is to be used with TestContainers library.
This is the command which I have used to start it.
sudo docker run -d -p 39013:39013 -p 39017:39017 -p 39041-39045:39041-39045 -p 1128-1129:1128-1129 -p 59013-59014:59013-59014 -v /Users/{IUSER}/Downloads/hana_express:/hana/mounts \
--ulimit nofile=1048576:1048576 \
--sysctl kernel.shmmax=1073741824 \
--sysctl net.ipv4.ip_local_port_range='40000 60999' \
--sysctl kernel.shmall=8388608 \
--name hana \
saplabs/hanaexpress:latest \
--passwords-url file:///hana/mounts/pass.json \
--agree-to-sap-license
Request clarification before answering.
Hi
If you still have this issue, please collect the logs which showed while starting the docker image, in the screen shot you posted, there are 2 log links which may tell the reason.
thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.