jgsoftwares/alpinelinux_h2dbgraalvm

By jgsoftwares

Updated 10 months ago

alpine linux 3.7 with graalvm-ce1 (openjdk 1.8)

Image
Databases & Storage
0

37

\ by default the install path of version 1.8 is /usr/lib/jvm \

\ with version 1.8opt the install path is set to /opt/java

h2-console over ssh
http://172.17.0.101:8082/

edit timezone to germany
apk add tzdata
ln -s /usr/share/zoneinfo/Europe/Berlin /etc/localtime \

the interface is started with 127.0.0.1/8 by default
to edit the lo interface
--cap-add=NET_ADMIN
ip addr del 127.0.0.1/8 dev lo
ip addr add 127.0.0.1/24 dev lo \

container start with resolv.conf from host system --> http://demogitjava.ddns.net:8000/serverconfig/resov.conf -v /etc/resolv.conf:/etc/resolv.conf \

/root demodb.mv.db shopdb.mv.db mawi.mv.db h2database -> h2 1.4.199 database run container with :

docker run -it -p 0.0.0.0:8082:8082 -p 0.0.0.0:9092:9092 --network 172.17.0.0 --ip 172.17.0.101 --name h2dblanservergraalvm -v /etc/resolv.conf:/etc/resolv.conf --restart unless-stopped --platform=linux/amd64 --privileged jgsoftwares/alpinelinux_h2dbgraalvm:1.8 java -jar /root/h2-1.4.199/bin/h2-1.4.199.jar -webAllowOthers -tcpAllowOthers

Docker Pull Command

docker pull jgsoftwares/alpinelinux_h2dbgraalvm