Skip to content

Files

Latest commit

Oct 24, 2020
7152cc9 · Oct 24, 2020

History

History
10 lines (9 loc) · 701 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 701 Bytes

Build Status

docker-catt

"Dockerized" version of https://github.com/skorokithakis/catt: Cast All The Things

Usage:

docker run --rm --network=host datmanslo/catt <options>
e.g docker run --rm --network=host datmanslo/catt --help
Please note the inclusion of --network=host flag which will allow broadcasts to work over the docker host network for functions such as discovery.

CREDIT:

All credit to https://github.com/skorokithakis/catt. Please head over to the creator's repo to learn more. This is simply a Docker container running the CATT tool with no modifications.