Skip to content
This repository has been archived by the owner on Mar 11, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 416 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 416 Bytes

luzifer-docker / kyototycoon

This image contains a build of the Kyototycoon fork by carlosefr based on Alpine Linux.

Usage

$ docker run --rm -ti \
    -p 127.0.0.1:3000:3000 \
    luzifer/kyototycoon

$ curl -X PUT -d 'test' http://127.0.0.1:3000/test

$ curl -X GET http://127.0.0.1:3000/test
test