command
module
Version:
v0.0.0-...-8d9ba9f
Opens a new window with list of versions in this module.
Published: Aug 12, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.