Skip to content

An openmock docker image for dsrhub http and grpc server

License

Notifications You must be signed in to change notification settings

open-privacy/mock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mock

An openmock docker image for dsrhub http and grpc server

Usage

Run with docker run:

$ docker run -it -v $(PWD)/demo_templates:/data/templates -p 9999:9999 -p 50051:50051 dsrhub/mock

Run with docker-compose:

version: "2.4"
services:
  openmock:
    image: dsrhub/mock
    container_name: dsrhub_openmock
    restart: on-failure
    volumes:
      - "./demo_templates:/data/templates"
    ports:
      - "9999:9999"
      - "50051:50051"

About

An openmock docker image for dsrhub http and grpc server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published