jgsoftwares/alpinelinux_graalvm
alpine linux - 3.7 with graalvm - 1 (jdk 1.8) as base image
44
the base image is alpine:3.7
version 1
graalvm-ce-1.0.0-rc5
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 \
docker run -it --name graalvm --cap-add=NET_ADMIN --cap-add=SYS_ADMIN jgsoftwares/alpinelinux_graalvm:1.0
docker pull jgsoftwares/alpinelinux_graalvm