Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 721 Bytes

run_docker.adoc

File metadata and controls

23 lines (13 loc) · 721 Bytes

Run Docker

Assumptions:

  • ✓ You have a Docker host (or Kubernetes cluster) to deploy image

Important
This Docker image can be run in OpenShift since does not run with root privileges.

Start Docker Container

Diferencia is also provided as Docker image.

For example:

[terminal] docker run -ti --rm lordofthejars/diferencia:<version> start --help

It will print the helper message.

If you want to start Diferencia to start capturing traffic and redirecting to seconday and candidate hosts, you only need to do:

docker run --rm -ti -p 8080:8080 -p 8081:8081 -p 8082:8082 lordofthejars/diferencia start -c http://now.httpbin.org/ -p http://now.httpbin.org/