Skip to content

vysmaty/dockerized-dss

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker container for Digital Signature Service

Docker Publish

This Dockerfile will provide the current Digital Signature Service Demo in version 6.4 aka DSS Demonstration WebApp

@see eSignature Service

Usage

Docker run

docker run --rm --ti -p 8080:8080 ghcr.io/vysmaty/dockerized-dss:latest

Docker Compose

Create a docker-compose.yml file with the following content:

services:
  dss:
    image: ghcr.io/vysmaty/dockerized-dss:latest
    ports:
      - '8080:8080'

See docker-compose.yml for more options.

About

Dockerized version of the EU DSS demo

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Dockerfile 87.0%
  • Shell 13.0%