# Mockcoon ###### tags: `Documentation` * link: https://mockoon.com/tutorials/ ## Pelorus instructions * https://github.com/konveyor/pelorus/tree/master/mocks ## notes * bring up mockoon ``` podman run --name=mockoon_pelorus_tests -d -v $PWD/mocks/commitexporter_github.json:/data -p 3000:3000 mockoon/cli:1.5.1 -d /data ``` ## can do things like * execute: ``` oc login ``` * browse to: ``` https://localhost:3000/apis/build.openshift.io/v1/namespaces/basic-nginx-build/builds ```