Changes between Version 21 and Version 22 of Usage/Docker
- Timestamp:
- 07/19/17 05:35:37 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Usage/Docker
v21 v22 48 48 * use a TCP socket or run an SSH server in the container - neither are very practical 49 49 * share the xpra socket directory between the host and the container. To do this you have multiple options: 50 * bind mount the directory containing the socket ({{{.xpra}}} or {{{/ tmp}}} usually)50 * bind mount the directory containing the socket ({{{.xpra}}} or {{{/run/user/$UID/xpra}}} usually) 51 51 * use the {{{socket-dir}}} option at either end to point to the same location 52 52 * create symlinks to individual sockets, but this can get messy very quickly