version: "3"
services:
hana:
image: store/saplabs/hanaexpress:2.00.022.00.20171211.1
ports:
- "39013:39013"
- "39017:39017"
- "39041-39045:39041-39045"
- "1128-1129:1128-1129"
- "59013-59014:59013-59014"
environment:
- LOCAL_HANA_PASSSWORD=${HANA_PASSWORD-blablablaknowyourselfhowblabla}
sysctls:
- net.ipv4.ip_local_port_range=40000 60999
entrypoint:
- sh
- -c
- echo "{\"master_password\":\"$$LOCAL_HANA_PASSSWORD\"}" > /tmp/hana_password.json; cat /tmp/hana_password.json;/run_hana --agree-to-sap-license --passwords-url file:///tmp/hana_password.json
volumes:
- hana-data:/hana/mounts
sqlpad:
build:
context: docker-sqlpad/.
volumes:
- db-data:/opt/data
ports:
- "3000:3000"
depends_on:
- hana
volumes:
hana-data:
db-data:
Again this is different to the standard instructions and based on my being a Mac user so be sure you know the basics or perhaps even a bit more before doing any of this >>> You've been warned, I haz no liability 🙂
select * from DUMMY
select TO_VARCHAR(ROUND((FREE_PHYSICAL_MEMORY) /1024/1024/1024, 2))
AS FREEMEM
from PUBLIC.M_HOST_RESOURCE_UTILIZATION
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
20 | |
10 | |
9 | |
7 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 |