Skip to content

Instantly share code, notes, and snippets.

@rmoff
Last active September 17, 2018 11:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmoff/53ec61a1e90bf19dd1946c49d5ea2b39 to your computer and use it in GitHub Desktop.
Save rmoff/53ec61a1e90bf19dd1946c49d5ea2b39 to your computer and use it in GitHub Desktop.
Recording Docker container sessions with asciinema
asciinema rec \
    --idle-time-limit 1 \
    -c "docker run --network ksql-troubleshooting_default --interactive --tty --rm confluentinc/cp-ksql-cli:5.0.0 http://ksql-server:8088" \
    target.cast
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment