mock

command module
v0.0.0-...-8d9ba9f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 12, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

README

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"

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL