Changes between Version 5 and Version 6 of Usage/Docker
- Timestamp:
- 02/24/15 15:46:06 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Usage/Docker
v5 v6 33 33 * you could also create symlinks to individual sockets, but this can get messy very quickly 34 34 35 If the hostname is different inside the container, you will need to symlink or bind mount the server's unix domain socket if that's what you want to use to connect. Alternatively, you can override the hostname used with the environment variable {{{XPRA_SOCKET_HOSTNAME}}}: 36 {{{ 37 XPRA_SOCKET_HOSTNAME=myhostname xpra attach 38 }}} 39 35 40 In order to be able to use {{{mmap}}} acceleration, the server expects to find the mmap file in the exact same path that the client used to create it. So you must ensure that the path to the mmap file (by default found in {{{$TMPDIR}}}) is the same on the host and in the container. (again, bind mounting a directory solves this problem) 36 41 }}}