mirror of https://github.com/dswd/vpncloud.git
Compare commits
No commits in common. "8e49311feffce568915846c3f49c8ed79fef93d9" and "ac95f3440248cfb8d5a37f84c17d990c6a4fc64c" have entirely different histories.
8e49311fef
...
ac95f34402
|
@ -1,9 +0,0 @@
|
||||||
FROM ubuntu
|
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y asciinema
|
|
||||||
RUN mkdir /root/.asciinema
|
|
||||||
RUN mkdir /etc/vpncloud
|
|
||||||
|
|
||||||
WORKDIR /data
|
|
||||||
ADD config /root/.asciinema/config
|
|
||||||
RUN echo 'PS1="\[\e[00;34m\]\[\e[01;31m\]\u\[\e[00;01;34m\]@\[\e[00;34m\]node\[\e[01;31m\]:\[\e[00;34m\]\w\[\e[01;31m\]> \[\e[00m\]"' >> /root/.bashrc
|
|
|
@ -1,3 +0,0 @@
|
||||||
[record]
|
|
||||||
command = /usr/bin/bash -l
|
|
||||||
idle_time_limit = 2.5
|
|
|
@ -1,6 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
docker build -t asciinema-recorder .
|
|
||||||
docker run -it --rm --network host -v $(pwd)/../../target/release/:/usr/local/bin/ -v $(pwd):/data asciinema-recorder asciinema "$@"
|
|
Loading…
Reference in New Issue