Simple integration test suite for the TCMG 476 final project API
250
This container will run the test code automatically; you may pass options to the test script via the docker run command:
> docker run -it andem/tcmg476-api-test --host 1.2.3.4
Help and a list of possible parameters is available through the -h flag. The default value for the —host argument is a special value (DOCKER_HOST) which will resolve to the IP address of the Docker host that is running the tcmg476-api-test container. This will allow you to use the container to test an API that is running on your host machine.
NOTE: if you intend to test an API that is running in another container, make sure that this container is sharing the same network (adding the --network mynet flag to both containers will work).
Content type
Image
Digest
Size
24.2 MB
Last updated
almost 8 years ago
docker pull andem/tcmg476-api-test