Skip to content

Commit a80f4b4

Browse files
committed
docker tutorial updated
1 parent 5670045 commit a80f4b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/Docker/readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
2829
Then run the container with default command:
30+
2931
docker 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
3840
In order to run another command, one can run for example:
41+
3942
docker 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
4649
Or, in order to open bash inside the container:
50+
4751
docker run -it --rm \
4852
-v /dev:/dev \
4953
--device-cgroup-rule "c 81:* rmw" \

0 commit comments

Comments
 (0)