How to mount local dir into docker graph

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson) nx
• DeepStream Version 6.1.1
• JetPack Version (valid for Jetson only) 5…0.2

• Issue Type( questions, new requirements, bugs) question
• How to reproduce the issue ? (building a jetson docker container.)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
How is a local directory of the jetson mounted into the docker graph via the docker jetson yaml?

Self solved, example:
insert in docker start command
“-v /tmp/videodocker:/tmp/video”

insert in builder jetson yaml:
custom_runs:

  • “mkdir /tmp/video”

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.