dockerode
dockerode copied to clipboard
How to implement the AWS Kinesis RTSP docker stream
Hi, I'm new at docker and am uncertain how to translate the steps needed to make an AWS Kinesis RTSP docker stream running using dockerode.
Mainly, how to make the needed command "$ docker run -it <IMAGE_ID> <AWS_ACCESS_KEY_ID> <AWS_SECRET_ACCESS_KEY> <RTSP_URL> <STREAM_NAME>" with dockerode and whether or not any previous setting up of the Docker object is needed.