Sign inSign up

pablobastidasv/names

By pablobastidasv

Updated almost 7 years ago

Small http server built in `golang` with test purposes.

Image
0

280

pablobastidasv/names repository overview

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"}

Tag summary

Content type

Image

Digest

Size

3.8 MB

Last updated

almost 7 years ago

docker pull pablobastidasv/names