Skip to content

Files

Latest commit

1f3f4d0 · May 31, 2019

History

History
29 lines (23 loc) · 344 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 344 Bytes

starling-server

For Development

Create Image:

cd starling-server
docker build -t starling-server .

Run:

chmod +x run.sh && ./run.sh

To see logs,

docker logs -f starling

To see stats,

docker stats

To test

docker exec -it starling python3 -m unittest discover -v -s src