docker build -t unexpected-wildcat .
docker run --rm --name unexpected-wildcat -v `pwd`:/usr/src/app:ro -e PHABRICATOR_API_URL="https://truecode.trueship.com/api/" -e PHABRICATOR_API_TOKEN="cli-123" -it unexpected-wildcat
# set up an ngrok tunnel to your local instance
docker run --rm -it --link unexpected-wildcat wernight/ngrok ngrok http unexpected-wildcat:8080
docker run --rm --name unexpected-wildcat -e PHABRICATOR_API_URL="https://truecode.trueship.com/api/" -e PHABRICATOR_API_TOKEN="cli-123" -it unexpected-wildcat nosetests
docker run --rm --name unexpected-wildcat -e PHABRICATOR_API_URL="https://truecode.trueship.com/api/" -e PHABRICATOR_API_TOKEN="api-123" -it unexpected-wildcat
Content type
Image
Digest
Size
261.7 MB
Last updated
over 8 years ago
docker pull screenly/unexpected-wildcat