1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00

update vnc2flv

This commit is contained in:
kev 2016-11-15 08:46:16 +08:00
parent 3b35e76737
commit 27a853438f

@ -23,13 +23,19 @@ vnc2flv:
```bash ```bash
# Create passwd file # Create passwd file
echo secret > pwdfile $ echo secret > pwdfile
# Start recording # Start recording
docker-compose up -d $ docker-compose up -d
# Stop recording # Stop recording
docker-compose kill -s INT $ docker-compose kill -s INT
# View logs
$ docker-compose logs
Attaching to vnc2flv_vnc2flv_1
vnc2flv_1 | start recording
vnc2flv_1 | stop recording
``` ```
[1]: http://www.unixuser.org/~euske/python/vnc2flv/index.html [1]: http://www.unixuser.org/~euske/python/vnc2flv/index.html