dockerode icon indicating copy to clipboard operation
dockerode copied to clipboard

How to implement the AWS Kinesis RTSP docker stream

Open PedroBernils opened this issue 6 years ago • 0 comments

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.

PedroBernils avatar Oct 29 '18 21:10 PedroBernils