https://github.com/appwrite/docker-requestcatcher
RequestCatcher for catching requests response during development
https://github.com/appwrite/docker-requestcatcher
hacktoberfest
Last synced: 5 months ago
JSON representation
RequestCatcher for catching requests response during development
- Host: GitHub
- URL: https://github.com/appwrite/docker-requestcatcher
- Owner: appwrite
- License: mit
- Created: 2021-01-01T21:10:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-05T00:04:31.000Z (about 3 years ago)
- Last Synced: 2025-01-31T18:45:40.358Z (5 months ago)
- Topics: hacktoberfest
- Language: Dockerfile
- Homepage:
- Size: 21.5 KB
- Stars: 23
- Watchers: 14
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker RequestCatcher
[](https://appwrite.io/discord)
[](https://hub.docker.com/r/appwrite/requestcatcher)
[](https://travis-ci.com/appwrite/docker-requestcatcher)
[](https://twitter.com/appwrite)
[](https://stackshare.io/appwrite)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](https://github.com/SmarterDM/http-request-catcher).
## 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.
* [Windows](https://docs.docker.com/docker-for-windows/install/)
* [OS X](https://docs.docker.com/docker-for-mac/install/)
* [Linux](https://docs.docker.com/engine/install/)Refer [docs](https://docs.docker.com/) for general documentation and guides for using docker.
### Usage
```shell
docker run appwrite/requestcatcher
```### Environment Variables
This container supports all environment variables supplied by the original smarterdm/http-request-catcher Docker image.
### Build
```bash
docker build --tag appwrite/requestcatcher:1.1.0 .docker push appwrite/requestcatcher:1.1.0
```Multi-arch build (experimental using [buildx](https://github.com/docker/buildx)):
```
docker buildx build --platform linux/amd64,linux/arm64/v8 --tag appwrite/requestcatcher:1.1.0 --push .
```## Find Us
* [GitHub](https://github.com/appwrite)
* [Discord](https://appwrite.io/discord)
* [Twitter](https://twitter.com/appwrite)## Copyright and license
The MIT License (MIT) [http://www.opensource.org/licenses/mit-license.php](http://www.opensource.org/licenses/mit-license.php)