File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-o
1111- Support for Python bindings (python not included) and networking
1212- Binaries are stripped during build stage to minimize image size
1313- Support scripts for building and running the image are also included
14+ Add python version, openGL?, self info to be printed
1415
1516## Getting librealsense docker
1617
@@ -26,6 +27,7 @@ Now running the command: docker images, the docker librealsense/librealsense sho
2627
2728### Default Command
2829Then run the container with default command:
30+
2931docker run -it --rm \
3032 -v /dev:/dev \
3133 --device-cgroup-rule "c 81:* rmw" \
@@ -36,6 +38,7 @@ The default command that will run is: rs-enumerate-devices --compact
3638
3739### Custom Command
3840In order to run another command, one can run for example:
41+
3942docker run -it --rm \
4043 -v /dev:/dev \
4144 --device-cgroup-rule "c 81:* rmw" \
@@ -44,6 +47,7 @@ docker run -it --rm \
4447
4548### Running shell
4649Or, in order to open bash inside the container:
50+
4751docker run -it --rm \
4852 -v /dev:/dev \
4953 --device-cgroup-rule "c 81:* rmw" \
You can’t perform that action at this time.
0 commit comments