A docker container with CounterFit installed.
This container has been deployed to DockerHub. You can pull it with the following command:
docker pull jimbobbennett/counterfit:latestWhen you run this container, you need to map port 5000 inside the container to a port on your local machine. You can then access CounterFit at localhost using that port.
For example:
docker run -p 5001:5000 jimbobbennett/counterfit:latestThen open http://localhost:5001.