krevsbech / labgrid-docker-images

Docker files to build labgrid coordinator and client images
1 stars 3 forks source link

make /tmp a tmpfs for the client #5

Closed andreasdotzler closed 6 years ago

andreasdotzler commented 6 years ago

The labgrid sshdriver uses control sockets on /tmp There is a known bug that causes the connection to be refused if the control socket is created on an overlayfs. To avoid this problem, we should make /tmp a tmpfs.

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1262287

krevsbech commented 6 years ago

As for the previous PR, Please be informed that I've open a PR against the main repo to include the docker into the project. See: labgrid-project/labgrid#284 I will integrate your fixes there as soon as the PR has been merged.