NetKernel Standard Edition running on Oracle Java 8 and Ubuntu.
10K+
This repository is used to create a NetKernel Standard Edition docker image running on Oracle Java 8 and Ubuntu Linux. The current version is NetKernel 6.1.1
This repository is linked to the Docker cloud auto-matic Docker image builder and Repository. Any changes pushed to this repository and detected by the Docker cloud and a docker image build is triggered.
Docker images are named:
databliss/netkernel-se
databliss/netkernel-se:latest
databliss/netkernel-se:6.1.1
To run NetKernel using this image type:
docker run -d --name netkernel -p 8080:8080 -p 1060:1060 databliss/netkernel-se
Enter the URL http://localhost:1060 after the container is running to gain access to the NetKernel management panel.
Use this Docker image as a foundation for building customized NetKernel SE images. For example, the following Dockerfile will create an image with customized JVM HEAP settings:
FROM databliss/netkernel-se
MAINTAINER Randolph Kahle "[email protected]"
ENV REFRESHED_AT 2017-06-15
ADD jvmsettings.cnf /opt/netkernel/bin/
USER netkernel:netkernel
ENTRYPOINT ["/opt/netkernel/bin/netkernel.sh"]
as it adds to the image the file "jvmsettings.cnf".
Content type
Image
Digest
sha256:1a8390255…
Size
427.9 MB
Last updated
over 9 years ago
docker pull databliss/netkernel-se