vpncloud/contrib/asciinema-recorder/recorder.sh

12 lines
183 B
Bash
Executable File

#!/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