You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CloudCompare in a container...just to play around.
3
+
[CloudCompare] in a container...just to play around.
4
+
5
+
6
+
## How to
7
+
To run CC container & host must communicate X11 (Linux X window system) info, and so we need to run our container accordingly.
8
+
There is a small tool to help us doing it that works pretty smooth for Linux and MacOS hosts -- never tested in Windows; looking for testers actually :) -- the tool is called [dockeri] and should be strightforward to have it running CC:
9
+
10
+
```
11
+
$ dockeri -w /path/to/data/ chbrandt/cloudcompare
12
+
```
13
+
This will mount your host `/path/to/data` directory into container's `/work`.
14
+
15
+
16
+
### I like it ugly
17
+
If you are into pure `docker` command line, you should do something along the line (Linux host example):
0 commit comments