docker-requestcatcher

RequestCatcher for catching requests response during development

MIT License

Stars
22
Committers
4

Docker RequestCatcher

The RequestCatcher docker container is used for capturing and debugging HTTP requests sent during app development. This container is based on the smarterdm/http-request-catcher docker image with Appwrite specific configuration settings. For a fresh installation of smarterdm/http-request-catcher image use the docker original image.

Getting Started

These instructions will cover usage information to help you run the Appwrite's RequestCatcher docker container.

Prerequisities

In order to run this container you'll need docker installed on the system.

Refer docs for general documentation and guides for using docker.

Usage

docker run appwrite/requestcatcher

Environment Variables

This container supports all environment variables supplied by the original smarterdm/http-request-catcher Docker image.

Build

docker build --tag appwrite/requestcatcher:1.1.0 .

docker push appwrite/requestcatcher:1.1.0

Multi-arch build (experimental using buildx):

docker buildx build --platform linux/amd64,linux/arm64/v8 --tag appwrite/requestcatcher:1.1.0 --push .

Find Us

Copyright and license

The MIT License (MIT) http://www.opensource.org/licenses/mit-license.php