1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

Update README.md

This commit is contained in:
Zack 2017-10-15 09:00:21 -06:00 committed by GitHub
parent da30d15eb1
commit 0ef75a919c

View File

@ -47,6 +47,16 @@ Specify a matching pair of SSL Certificate and Key to run cowyo using https. *co
cowyo --cert "/path/to/server.crt" --key "/p/t/server.key"
```
### Running with Docker
You can easily get started with Docker. First pull the latest image and create the volume with:
```
docker run -d --name cowyo -p 8050:8050 schollz/cowyo
```
Then you can stop it with `docker stop cowyo` and start it again with `docker start cowyo`.
## Usage
*cowyo* is straightforward to use. Here are some of the basic features: