This directory contains the files to build doorman jar file which includes lib, pom.xml, source, static files. It also contains the Dockerfile for building docker image.
mvn clean install -DskipTests
NOTE: The jar file is generated at the target folder.
cd target
java -jar doorman.jar
Example: To run using env variables
java \
-Dtls=true \
-Dtls-cert-path=/opt/my-certs/tls.crt \
-Dtls-key-path=/opt/my-certs/tls.key \
-jar target/doorman.jar
sudo docker build -t doorman:1.0 .
sudo docker tag doorman:1.0 hyperledgerlabs/doorman-linuxkit:latest
sudo docker push hyperledgerlabs/doorman-linuxkit:latest
Content type
Image
Digest
Size
290.5 MB
Last updated
almost 5 years ago
docker pull hyperledgerlabs/doorman-linuxkit