vpncloud/contrib/asciinema-recorder/recorder.sh

12 lines
183 B
Bash
Raw Normal View History

2021-04-06 10:28:31 +00:00
#!/bin/bash
set -e
cd $(dirname $0)
docker build -t asciinema-recorder .
docker run -it --rm --network host \
-v $(pwd):/data \
-v /etc/hosts:/etc/hosts \
asciinema-recorder