Simple test suite for the TCMG 412 final project API
365
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/tcmg421-tester --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 tcmg412-tester container. This will allow you to use the container to test an API that is running (or accessible) on your host machine.
NOTE: if you intend to test an API that is running in another container, make sure that both containers are sharing the same network (adding the --network mynet flag to both containers will work).
Content type
Image
Digest
Size
19.6 MB
Last updated
almost 6 years ago
docker pull andem/tcmg412-tester