Small http server built in `golang` with test purposes.
280
Run a docker container with:
docker container run --rm -ti -p 8080:8080 pablobastidasv/names
Request one name with:
curl -i localhost:8080/name
The response will be something like:
HTTP/1.1 200 OK
Content-Type: application/json
Date: Thu, 12 Dec 2019 10:45:29 GMT
Content-Length: 27
{"name":"LadaWN SiCiLIano"}
Content type
Image
Digest
Size
3.8 MB
Last updated
almost 7 years ago
docker pull pablobastidasv/names